Struct winapi::sapi::ISpPhrase2Vtbl [] [src]

pub struct ISpPhrase2Vtbl {
    pub parent: ISpPhraseVtbl,
    pub GetXMLResult: unsafe extern "system" fn(This: *mut ISpPhrase2, ppszCoMemXMLResult: *mut LPWSTR, Options: SPXMLRESULTOPTIONS) -> HRESULT,
    pub GetXMLErrorInfo: unsafe extern "system" fn(This: *mut ISpPhrase2, pSemanticErrorInfo: *mut SPSEMANTICERRORINFO) -> HRESULT,
    pub GetAudio: unsafe extern "system" fn(This: *mut ISpPhrase2, ulStartElement: ULONG, cElements: ULONG, ppStream: *mut *mut ISpStreamFormat) -> HRESULT,
}

Fields

parent: ISpPhraseVtbl GetXMLResult: unsafe extern "system" fn(This: *mut ISpPhrase2, ppszCoMemXMLResult: *mut LPWSTR, Options: SPXMLRESULTOPTIONS) -> HRESULT GetXMLErrorInfo: unsafe extern "system" fn(This: *mut ISpPhrase2, pSemanticErrorInfo: *mut SPSEMANTICERRORINFO) -> HRESULT GetAudio: unsafe extern "system" fn(This: *mut ISpPhrase2, ulStartElement: ULONG, cElements: ULONG, ppStream: *mut *mut ISpStreamFormat) -> HRESULT