[][src]Struct winapi::um::sapi51::ISpeechRecognizerVtbl

#[repr(C)]
pub struct ISpeechRecognizerVtbl {
    pub parent: IDispatchVtbl,
    pub putref_Recognizer: unsafe extern "system" fn(This: *mut ISpeechRecognizer, Recognizer: *mut ISpeechObjectToken) -> HRESULT,
    pub get_Recognizer: unsafe extern "system" fn(This: *mut ISpeechRecognizer, Recognizer: *mut *mut ISpeechObjectToken) -> HRESULT,
    pub put_AllowAudioInputFormatChangesOnNextSet: unsafe extern "system" fn(This: *mut ISpeechRecognizer, Allow: VARIANT_BOOL) -> HRESULT,
    pub get_AllowAudioInputFormatChangesOnNextSet: unsafe extern "system" fn(This: *mut ISpeechRecognizer, Allow: *mut VARIANT_BOOL) -> HRESULT,
    pub putref_AudioInput: unsafe extern "system" fn(This: *mut ISpeechRecognizer, AudioInput: *mut ISpeechObjectToken) -> HRESULT,
    pub get_AudioInput: unsafe extern "system" fn(This: *mut ISpeechRecognizer, AudioInput: *mut *mut ISpeechObjectToken) -> HRESULT,
    pub putref_AudioInputStream: unsafe extern "system" fn(This: *mut ISpeechRecognizer, AudioInputStream: *mut ISpeechBaseStream) -> HRESULT,
    pub get_AudioInputStream: unsafe extern "system" fn(This: *mut ISpeechRecognizer, AudioInputStream: *mut *mut ISpeechBaseStream) -> HRESULT,
    pub get_IsShared: unsafe extern "system" fn(This: *mut ISpeechRecognizer, Shared: *mut VARIANT_BOOL) -> HRESULT,
    pub put_State: unsafe extern "system" fn(This: *mut ISpeechRecognizer, State: SpeechRecognizerState) -> HRESULT,
    pub get_State: unsafe extern "system" fn(This: *mut ISpeechRecognizer, State: *mut SpeechRecognizerState) -> HRESULT,
    pub get_Status: unsafe extern "system" fn(This: *mut ISpeechRecognizer, Status: *mut *mut ISpeechRecognizerStatus) -> HRESULT,
    pub putref_Profile: unsafe extern "system" fn(This: *mut ISpeechRecognizer, Profile: *mut ISpeechObjectToken) -> HRESULT,
    pub get_Profile: unsafe extern "system" fn(This: *mut ISpeechRecognizer, Profile: *mut *mut ISpeechObjectToken) -> HRESULT,
    pub EmulateRecognition: unsafe extern "system" fn(This: *mut ISpeechRecognizer, TextElements: VARIANT, ElementDisplayAttributes: *mut VARIANT, LanguageId: c_long) -> HRESULT,
    pub CreateRecoContext: unsafe extern "system" fn(This: *mut ISpeechRecognizer, NewContext: *mut *mut ISpeechRecoContext) -> HRESULT,
    pub GetFormat: unsafe extern "system" fn(This: *mut ISpeechRecognizer, Type: SpeechFormatType, Format: *mut *mut ISpeechAudioFormat) -> HRESULT,
    pub SetPropertyNumber: unsafe extern "system" fn(This: *mut ISpeechRecognizer, Name: BSTR, Value: c_long, Supported: *mut VARIANT_BOOL) -> HRESULT,
    pub GetPropertyNumber: unsafe extern "system" fn(This: *mut ISpeechRecognizer, Name: BSTR, Value: *mut c_long, Supported: *mut VARIANT_BOOL) -> HRESULT,
    pub SetPropertyString: unsafe extern "system" fn(This: *mut ISpeechRecognizer, Name: BSTR, Value: BSTR, Supported: *mut VARIANT_BOOL) -> HRESULT,
    pub GetPropertyString: unsafe extern "system" fn(This: *mut ISpeechRecognizer, Name: BSTR, Value: *mut BSTR, Supported: *mut VARIANT_BOOL) -> HRESULT,
    pub IsUISupported: unsafe extern "system" fn(This: *mut ISpeechRecognizer, TypeOfUI: BSTR, ExtraData: *const VARIANT, Supported: *mut VARIANT_BOOL) -> HRESULT,
    pub DisplayUI: unsafe extern "system" fn(This: *mut ISpeechRecognizer, hWndParent: c_long, Title: BSTR, TypeOfUI: BSTR, ExtraData: *const VARIANT) -> HRESULT,
    pub GetRecognizers: unsafe extern "system" fn(This: *mut ISpeechRecognizer, RequiredAttributes: BSTR, OptionalAttributes: BSTR, ObjectTokens: *mut *mut ISpeechObjectTokens) -> HRESULT,
    pub GetAudioInputs: unsafe extern "system" fn(This: *mut ISpeechRecognizer, RequiredAttributes: BSTR, OptionalAttributes: BSTR, ObjectTokens: *mut *mut ISpeechObjectTokens) -> HRESULT,
    pub GetProfiles: unsafe extern "system" fn(This: *mut ISpeechRecognizer, RequiredAttributes: BSTR, OptionalAttributes: BSTR, ObjectTokens: *mut *mut ISpeechObjectTokens) -> HRESULT,
}

Fields

parent: IDispatchVtblputref_Recognizer: unsafe extern "system" fn(This: *mut ISpeechRecognizer, Recognizer: *mut ISpeechObjectToken) -> HRESULTget_Recognizer: unsafe extern "system" fn(This: *mut ISpeechRecognizer, Recognizer: *mut *mut ISpeechObjectToken) -> HRESULTput_AllowAudioInputFormatChangesOnNextSet: unsafe extern "system" fn(This: *mut ISpeechRecognizer, Allow: VARIANT_BOOL) -> HRESULTget_AllowAudioInputFormatChangesOnNextSet: unsafe extern "system" fn(This: *mut ISpeechRecognizer, Allow: *mut VARIANT_BOOL) -> HRESULTputref_AudioInput: unsafe extern "system" fn(This: *mut ISpeechRecognizer, AudioInput: *mut ISpeechObjectToken) -> HRESULTget_AudioInput: unsafe extern "system" fn(This: *mut ISpeechRecognizer, AudioInput: *mut *mut ISpeechObjectToken) -> HRESULTputref_AudioInputStream: unsafe extern "system" fn(This: *mut ISpeechRecognizer, AudioInputStream: *mut ISpeechBaseStream) -> HRESULTget_AudioInputStream: unsafe extern "system" fn(This: *mut ISpeechRecognizer, AudioInputStream: *mut *mut ISpeechBaseStream) -> HRESULTget_IsShared: unsafe extern "system" fn(This: *mut ISpeechRecognizer, Shared: *mut VARIANT_BOOL) -> HRESULTput_State: unsafe extern "system" fn(This: *mut ISpeechRecognizer, State: SpeechRecognizerState) -> HRESULTget_State: unsafe extern "system" fn(This: *mut ISpeechRecognizer, State: *mut SpeechRecognizerState) -> HRESULTget_Status: unsafe extern "system" fn(This: *mut ISpeechRecognizer, Status: *mut *mut ISpeechRecognizerStatus) -> HRESULTputref_Profile: unsafe extern "system" fn(This: *mut ISpeechRecognizer, Profile: *mut ISpeechObjectToken) -> HRESULTget_Profile: unsafe extern "system" fn(This: *mut ISpeechRecognizer, Profile: *mut *mut ISpeechObjectToken) -> HRESULTEmulateRecognition: unsafe extern "system" fn(This: *mut ISpeechRecognizer, TextElements: VARIANT, ElementDisplayAttributes: *mut VARIANT, LanguageId: c_long) -> HRESULTCreateRecoContext: unsafe extern "system" fn(This: *mut ISpeechRecognizer, NewContext: *mut *mut ISpeechRecoContext) -> HRESULTGetFormat: unsafe extern "system" fn(This: *mut ISpeechRecognizer, Type: SpeechFormatType, Format: *mut *mut ISpeechAudioFormat) -> HRESULTSetPropertyNumber: unsafe extern "system" fn(This: *mut ISpeechRecognizer, Name: BSTR, Value: c_long, Supported: *mut VARIANT_BOOL) -> HRESULTGetPropertyNumber: unsafe extern "system" fn(This: *mut ISpeechRecognizer, Name: BSTR, Value: *mut c_long, Supported: *mut VARIANT_BOOL) -> HRESULTSetPropertyString: unsafe extern "system" fn(This: *mut ISpeechRecognizer, Name: BSTR, Value: BSTR, Supported: *mut VARIANT_BOOL) -> HRESULTGetPropertyString: unsafe extern "system" fn(This: *mut ISpeechRecognizer, Name: BSTR, Value: *mut BSTR, Supported: *mut VARIANT_BOOL) -> HRESULTIsUISupported: unsafe extern "system" fn(This: *mut ISpeechRecognizer, TypeOfUI: BSTR, ExtraData: *const VARIANT, Supported: *mut VARIANT_BOOL) -> HRESULTDisplayUI: unsafe extern "system" fn(This: *mut ISpeechRecognizer, hWndParent: c_long, Title: BSTR, TypeOfUI: BSTR, ExtraData: *const VARIANT) -> HRESULTGetRecognizers: unsafe extern "system" fn(This: *mut ISpeechRecognizer, RequiredAttributes: BSTR, OptionalAttributes: BSTR, ObjectTokens: *mut *mut ISpeechObjectTokens) -> HRESULTGetAudioInputs: unsafe extern "system" fn(This: *mut ISpeechRecognizer, RequiredAttributes: BSTR, OptionalAttributes: BSTR, ObjectTokens: *mut *mut ISpeechObjectTokens) -> HRESULTGetProfiles: unsafe extern "system" fn(This: *mut ISpeechRecognizer, RequiredAttributes: BSTR, OptionalAttributes: BSTR, ObjectTokens: *mut *mut ISpeechObjectTokens) -> 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]