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

#[repr(C)]
pub struct ISpeechRecoContext { pub lpVtbl: *const ISpeechRecoContextVtbl, }

Fields

lpVtbl: *const ISpeechRecoContextVtbl

Methods

impl ISpeechRecoContext[src]

pub unsafe fn get_Recognizer(
    &self,
    Recognizer: *mut *mut ISpeechRecognizer
) -> HRESULT
[src]

pub unsafe fn get_AudioInputInterferenceStatus(
    &self,
    Interference: *mut SpeechInterference
) -> HRESULT
[src]

pub unsafe fn get_RequestedUIType(&self, UIType: *mut BSTR) -> HRESULT[src]

pub unsafe fn putref_Voice(&self, Voice: *mut ISpeechVoice) -> HRESULT[src]

pub unsafe fn get_Voice(&self, Voice: *mut *mut ISpeechVoice) -> HRESULT[src]

pub unsafe fn put_AllowVoiceFormatMatchingOnNextSet(
    &self,
    Allow: VARIANT_BOOL
) -> HRESULT
[src]

pub unsafe fn get_AllowVoiceFormatMatchingOnNextSet(
    &self,
    Allow: *mut VARIANT_BOOL
) -> HRESULT
[src]

pub unsafe fn put_VoicePurgeEvent(
    &self,
    EventInterest: SpeechRecoEvents
) -> HRESULT
[src]

pub unsafe fn get_VoicePurgeEvent(
    &self,
    EventInterest: *mut SpeechRecoEvents
) -> HRESULT
[src]

pub unsafe fn put_EventInterests(
    &self,
    EventInterest: SpeechRecoEvents
) -> HRESULT
[src]

pub unsafe fn get_EventInterests(
    &self,
    EventInterest: *mut SpeechRecoEvents
) -> HRESULT
[src]

pub unsafe fn put_CmdMaxAlternates(&self, MaxAlternates: c_long) -> HRESULT[src]

pub unsafe fn get_CmdMaxAlternates(&self, MaxAlternates: *mut c_long) -> HRESULT[src]

pub unsafe fn put_State(&self, State: SpeechRecoContextState) -> HRESULT[src]

pub unsafe fn get_State(&self, State: *mut SpeechRecoContextState) -> HRESULT[src]

pub unsafe fn put_RetainedAudio(
    &self,
    Option: SpeechRetainedAudioOptions
) -> HRESULT
[src]

pub unsafe fn get_RetainedAudio(
    &self,
    Option: *mut SpeechRetainedAudioOptions
) -> HRESULT
[src]

pub unsafe fn putref_RetainedAudioFormat(
    &self,
    Format: *mut ISpeechAudioFormat
) -> HRESULT
[src]

pub unsafe fn get_RetainedAudioFormat(
    &self,
    Format: *mut *mut ISpeechAudioFormat
) -> HRESULT
[src]

pub unsafe fn Pause(&self) -> HRESULT[src]

pub unsafe fn Resume(&self) -> HRESULT[src]

pub unsafe fn CreateGrammar(
    &self,
    GrammarId: VARIANT,
    Grammar: *mut *mut ISpeechRecoGrammar
) -> HRESULT
[src]

pub unsafe fn CreateResultFromMemory(
    &self,
    ResultBlock: *mut VARIANT,
    Result: *mut *mut ISpeechRecoResult
) -> HRESULT
[src]

pub unsafe fn Bookmark(
    &self,
    Options: SpeechBookmarkOptions,
    StreamPos: VARIANT,
    BookmarkId: VARIANT
) -> HRESULT
[src]

pub unsafe fn SetAdaptationData(&self, AdaptationString: BSTR) -> HRESULT[src]

Methods from Deref<Target = IDispatch>

pub unsafe fn GetTypeInfoCount(&self, pctinfo: *mut UINT) -> HRESULT[src]

pub unsafe fn GetTypeInfo(
    &self,
    iTInfo: UINT,
    lcid: LCID,
    ppTInfo: *mut *mut ITypeInfo
) -> HRESULT
[src]

pub unsafe fn GetIDsOfNames(
    &self,
    riid: REFIID,
    rgszNames: *mut LPOLESTR,
    cNames: UINT,
    lcid: LCID,
    rgDispId: *mut DISPID
) -> HRESULT
[src]

pub unsafe fn Invoke(
    &self,
    dispIdMember: DISPID,
    riid: REFIID,
    lcid: LCID,
    wFlags: WORD,
    pDispParams: *mut DISPPARAMS,
    pVarResult: *mut VARIANT,
    pExcepInfo: *mut EXCEPINFO,
    puArgErr: *mut UINT
) -> HRESULT
[src]

Trait Implementations

impl Interface for ISpeechRecoContext[src]

impl Deref for ISpeechRecoContext[src]

type Target = IDispatch

The resulting type after dereferencing.

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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