[][src]Struct winapi_forked_icmpapi::um::sapi51::ISpeechRecoResultVtbl

#[repr(C)]
pub struct ISpeechRecoResultVtbl {
    pub parent: IDispatchVtbl,
    pub get_RecoContext: unsafe extern "system" fn(This: *mut ISpeechRecoResult, RecoContext: *mut *mut ISpeechRecoContext) -> HRESULT,
    pub get_Times: unsafe extern "system" fn(This: *mut ISpeechRecoResult, Times: *mut *mut ISpeechRecoResultTimes) -> HRESULT,
    pub putref_AudioFormat: unsafe extern "system" fn(This: *mut ISpeechRecoResult, Format: *mut ISpeechAudioFormat) -> HRESULT,
    pub get_AudioFormat: unsafe extern "system" fn(This: *mut ISpeechRecoResult, Format: *mut *mut ISpeechAudioFormat) -> HRESULT,
    pub get_PhraseInfo: unsafe extern "system" fn(This: *mut ISpeechRecoResult, PhraseInfo: *mut *mut ISpeechPhraseInfo) -> HRESULT,
    pub Alternates: unsafe extern "system" fn(This: *mut ISpeechRecoResult, RequestCount: c_long, StartElement: c_long, Elements: c_long, Alternates: *mut *mut ISpeechPhraseAlternates) -> HRESULT,
    pub Audio: unsafe extern "system" fn(This: *mut ISpeechRecoResult, StartElement: c_long, Elements: c_long, Stream: *mut *mut ISpeechMemoryStream) -> HRESULT,
    pub SpeakAudio: unsafe extern "system" fn(This: *mut ISpeechRecoResult, StartElement: c_long, Elements: c_long, Flags: SpeechVoiceSpeakFlags, StreamNumber: *mut c_long) -> HRESULT,
    pub SaveToMemory: unsafe extern "system" fn(This: *mut ISpeechRecoResult, ResultBlock: *mut VARIANT) -> HRESULT,
    pub DiscardResultInfo: unsafe extern "system" fn(This: *mut ISpeechRecoResult, ValueTypes: SpeechDiscardType) -> HRESULT,
}

Fields

parent: IDispatchVtblget_RecoContext: unsafe extern "system" fn(This: *mut ISpeechRecoResult, RecoContext: *mut *mut ISpeechRecoContext) -> HRESULTget_Times: unsafe extern "system" fn(This: *mut ISpeechRecoResult, Times: *mut *mut ISpeechRecoResultTimes) -> HRESULTputref_AudioFormat: unsafe extern "system" fn(This: *mut ISpeechRecoResult, Format: *mut ISpeechAudioFormat) -> HRESULTget_AudioFormat: unsafe extern "system" fn(This: *mut ISpeechRecoResult, Format: *mut *mut ISpeechAudioFormat) -> HRESULTget_PhraseInfo: unsafe extern "system" fn(This: *mut ISpeechRecoResult, PhraseInfo: *mut *mut ISpeechPhraseInfo) -> HRESULTAlternates: unsafe extern "system" fn(This: *mut ISpeechRecoResult, RequestCount: c_long, StartElement: c_long, Elements: c_long, Alternates: *mut *mut ISpeechPhraseAlternates) -> HRESULTAudio: unsafe extern "system" fn(This: *mut ISpeechRecoResult, StartElement: c_long, Elements: c_long, Stream: *mut *mut ISpeechMemoryStream) -> HRESULTSpeakAudio: unsafe extern "system" fn(This: *mut ISpeechRecoResult, StartElement: c_long, Elements: c_long, Flags: SpeechVoiceSpeakFlags, StreamNumber: *mut c_long) -> HRESULTSaveToMemory: unsafe extern "system" fn(This: *mut ISpeechRecoResult, ResultBlock: *mut VARIANT) -> HRESULTDiscardResultInfo: unsafe extern "system" fn(This: *mut ISpeechRecoResult, ValueTypes: SpeechDiscardType) -> HRESULT

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

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

type Error = !

The type returned in the event of a conversion error.

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.