Struct winapi::sapi::ISpPhrase2 [] [src]

pub struct ISpPhrase2 {
    pub lpVtbl: *const ISpPhrase2Vtbl,
}

Fields

lpVtbl

Methods

impl ISpPhrase2
[src]

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

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

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

Methods from Deref<Target=ISpPhrase>

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

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

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

unsafe fn Discard(&mut self, dwValueTypes: DWORD) -> HRESULT

Trait Implementations

impl Deref for ISpPhrase2
[src]

type Target = ISpPhrase

The resulting type after dereferencing

fn deref(&self) -> &ISpPhrase

The method called to dereference a value

impl DerefMut for ISpPhrase2
[src]

fn deref_mut(&mut self) -> &mut ISpPhrase

The method called to mutably dereference a value

Derived Implementations

impl Debug for ISpPhrase2
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.