[][src]Struct winapi::um::sapi53::ISpPhrase2

#[repr(C)]
pub struct ISpPhrase2 {
    pub lpVtbl: *const ISpPhrase2Vtbl,
}

Fields

lpVtbl: *const ISpPhrase2Vtbl

Methods

impl ISpPhrase2[src]

pub unsafe fn GetXMLResult(
    &self,
    ppszCoMemXMLResult: *mut LPWSTR,
    Options: SPXMLRESULTOPTIONS
) -> HRESULT
[src]

pub unsafe fn GetXMLErrorInfo(
    &self,
    pSemanticErrorInfo: *mut SPSEMANTICERRORINFO
) -> HRESULT
[src]

pub unsafe fn GetAudio(
    &self,
    ulStartElement: ULONG,
    cElements: ULONG,
    ppStream: *mut *mut ISpStreamFormat
) -> HRESULT
[src]

Methods from Deref<Target = ISpPhrase>

pub unsafe fn GetPhrase(&self, ppCoMemPhrase: *mut *mut SPPHRASE) -> HRESULT[src]

pub unsafe fn GetSerializedPhrase(
    &self,
    ppCoMemPhrase: *mut *mut SPSERIALIZEDPHRASE
) -> HRESULT
[src]

pub unsafe fn GetText(
    &self,
    ulStart: ULONG,
    ulCount: ULONG,
    fUseTextReplacements: BOOL,
    ppszCoMemText: *mut LPWSTR,
    pbDisplayAttributes: *mut BYTE
) -> HRESULT
[src]

pub unsafe fn Discard(&self, dwValueTypes: DWORD) -> HRESULT[src]

Trait Implementations

impl Interface for ISpPhrase2[src]

impl Deref for ISpPhrase2[src]

type Target = ISpPhrase

The resulting type after dereferencing.

Auto Trait Implementations

impl Unpin for ISpPhrase2

impl !Send for ISpPhrase2

impl !Sync for ISpPhrase2

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]