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

#[repr(C)]
pub struct ISpeechRecoResultDispatchVtbl {
    pub parent: IDispatchVtbl,
    pub get_RecoContext: unsafe extern "system" fn(This: *mut ISpeechRecoResultDispatch, RecoContext: *mut ISpeechRecoContext) -> HRESULT,
    pub get_Times: unsafe extern "system" fn(This: *mut ISpeechRecoResultDispatch, Times: *mut ISpeechRecoResultTimes) -> HRESULT,
    pub putref_AudioFormat: unsafe extern "system" fn(This: *mut ISpeechRecoResultDispatch, Format: *mut ISpeechAudioFormat) -> HRESULT,
    pub get_AudioFormat: unsafe extern "system" fn(This: *mut ISpeechRecoResultDispatch, Format: *mut *mut ISpeechAudioFormat) -> HRESULT,
    pub get_PhraseInfo: unsafe extern "system" fn(This: *mut ISpeechRecoResultDispatch, PhraseInfo: *mut *mut ISpeechPhraseInfo) -> HRESULT,
    pub Alternates: unsafe extern "system" fn(This: *mut ISpeechRecoResultDispatch, RequestCount: c_long, StartElement: c_long, Elements: c_long, Alternates: *mut *mut ISpeechPhraseAlternates) -> HRESULT,
    pub Audio: unsafe extern "system" fn(This: *mut ISpeechRecoResultDispatch, StartElement: c_long, Elements: c_long, Stream: *mut *mut ISpeechMemoryStream) -> HRESULT,
    pub SpeakAudio: unsafe extern "system" fn(This: *mut ISpeechRecoResultDispatch, StartElement: c_long, Elements: c_long, Flags: SpeechVoiceSpeakFlags, StreamNumber: *mut c_long) -> HRESULT,
    pub SaveToMemory: unsafe extern "system" fn(This: *mut ISpeechRecoResultDispatch, ResultBlock: *mut VARIANT) -> HRESULT,
    pub DiscardResultInfo: unsafe extern "system" fn(This: *mut ISpeechRecoResultDispatch, ValueTypes: SpeechDiscardType) -> HRESULT,
    pub GetXMLResult: unsafe extern "system" fn(This: *mut ISpeechRecoResultDispatch, Options: SPXMLRESULTOPTIONS, pResult: *mut BSTR) -> HRESULT,
    pub GetXMLErrorInfo: unsafe extern "system" fn(This: *mut ISpeechRecoResultDispatch, LineNumber: *mut c_long, ScriptLine: *mut BSTR, Source: *mut BSTR, Description: *mut BSTR, ResultCode: *mut HRESULT, IsError: *mut VARIANT_BOOL) -> HRESULT,
    pub SetTextFeedback: unsafe extern "system" fn(This: *mut ISpeechRecoResultDispatch, Feedback: BSTR, WasSuccessful: VARIANT_BOOL) -> HRESULT,
}

Fields

parent: IDispatchVtblget_RecoContext: unsafe extern "system" fn(This: *mut ISpeechRecoResultDispatch, RecoContext: *mut ISpeechRecoContext) -> HRESULTget_Times: unsafe extern "system" fn(This: *mut ISpeechRecoResultDispatch, Times: *mut ISpeechRecoResultTimes) -> HRESULTputref_AudioFormat: unsafe extern "system" fn(This: *mut ISpeechRecoResultDispatch, Format: *mut ISpeechAudioFormat) -> HRESULTget_AudioFormat: unsafe extern "system" fn(This: *mut ISpeechRecoResultDispatch, Format: *mut *mut ISpeechAudioFormat) -> HRESULTget_PhraseInfo: unsafe extern "system" fn(This: *mut ISpeechRecoResultDispatch, PhraseInfo: *mut *mut ISpeechPhraseInfo) -> HRESULTAlternates: unsafe extern "system" fn(This: *mut ISpeechRecoResultDispatch, RequestCount: c_long, StartElement: c_long, Elements: c_long, Alternates: *mut *mut ISpeechPhraseAlternates) -> HRESULTAudio: unsafe extern "system" fn(This: *mut ISpeechRecoResultDispatch, StartElement: c_long, Elements: c_long, Stream: *mut *mut ISpeechMemoryStream) -> HRESULTSpeakAudio: unsafe extern "system" fn(This: *mut ISpeechRecoResultDispatch, StartElement: c_long, Elements: c_long, Flags: SpeechVoiceSpeakFlags, StreamNumber: *mut c_long) -> HRESULTSaveToMemory: unsafe extern "system" fn(This: *mut ISpeechRecoResultDispatch, ResultBlock: *mut VARIANT) -> HRESULTDiscardResultInfo: unsafe extern "system" fn(This: *mut ISpeechRecoResultDispatch, ValueTypes: SpeechDiscardType) -> HRESULTGetXMLResult: unsafe extern "system" fn(This: *mut ISpeechRecoResultDispatch, Options: SPXMLRESULTOPTIONS, pResult: *mut BSTR) -> HRESULTGetXMLErrorInfo: unsafe extern "system" fn(This: *mut ISpeechRecoResultDispatch, LineNumber: *mut c_long, ScriptLine: *mut BSTR, Source: *mut BSTR, Description: *mut BSTR, ResultCode: *mut HRESULT, IsError: *mut VARIANT_BOOL) -> HRESULTSetTextFeedback: unsafe extern "system" fn(This: *mut ISpeechRecoResultDispatch, Feedback: BSTR, WasSuccessful: VARIANT_BOOL) -> HRESULT

Auto Trait Implementations

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]