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

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

Fields

lpVtbl: *const ISpRecoContextVtbl

Methods

impl ISpRecoContext[src]

pub unsafe fn GetRecognizer(
    &self,
    ppRecognizer: *mut *mut ISpRecognizer
) -> HRESULT
[src]

pub unsafe fn CreateGrammer(
    &self,
    ullGrammarId: ULONGLONG,
    ppGrammar: *mut *mut ISpRecoGrammar
) -> HRESULT
[src]

pub unsafe fn GetStatus(&self, pState: *mut SPRECOCONTEXTSTATUS) -> HRESULT[src]

pub unsafe fn GetMaxAlternates(&self, pcAlternates: *mut ULONG) -> HRESULT[src]

pub unsafe fn SetMaxAlternates(&self, cAlternates: ULONG) -> HRESULT[src]

pub unsafe fn SetAudioOptions(
    &self,
    Options: SPAUDIOOPTIONS,
    pAudioFormatId: *const GUID,
    pWaveFormatEx: *const WAVEFORMATEX
) -> HRESULT
[src]

pub unsafe fn GetAudioOptions(
    &self,
    pOptions: *mut SPAUDIOOPTIONS,
    pAudioFormatId: *mut GUID,
    ppCoMemWFEX: *mut *mut WAVEFORMATEX
) -> HRESULT
[src]

pub unsafe fn DeserializeResult(
    &self,
    pSerializedResult: *const SPSERIALIZEDRESULT,
    ppResult: *mut *mut ISpRecoResult
) -> HRESULT
[src]

pub unsafe fn Bookmark(
    &self,
    Options: SPBOOKMARKOPTIONS,
    ullStreamPosition: ULONGLONG,
    lparamEvent: LPARAM
) -> HRESULT
[src]

pub unsafe fn SetAdaptionData(
    &self,
    pAdaptionData: LPCWSTR,
    cch: ULONG
) -> HRESULT
[src]

pub unsafe fn Pause(&self, dwReserved: DWORD) -> HRESULT[src]

pub unsafe fn Resume(&self, dwReserved: DWORD) -> HRESULT[src]

pub unsafe fn SetVoice(
    &self,
    pVoice: *mut ISpVoice,
    fAllowFormatChanges: BOOL
) -> HRESULT
[src]

pub unsafe fn GetVoice(&self, ppVoice: *mut *mut ISpVoice) -> HRESULT[src]

pub unsafe fn SetVoicePurgeEvent(&self, ullEventIntereset: ULONGLONG) -> HRESULT[src]

pub unsafe fn GetVoicePurgeEvent(
    &self,
    pullEventIntereset: *mut ULONGLONG
) -> HRESULT
[src]

pub unsafe fn SetContextState(&self, eContextState: SPCONTEXTSTATE) -> HRESULT[src]

pub unsafe fn GetContextState(
    &self,
    peContextState: *mut SPCONTEXTSTATE
) -> HRESULT
[src]

Methods from Deref<Target = ISpEventSource>

pub unsafe fn SetInterest(
    &self,
    ullEventInterest: ULONGLONG,
    ullQueuedInterest: ULONGLONG
) -> HRESULT
[src]

pub unsafe fn GetEvents(
    &self,
    ulCount: ULONG,
    pEventArray: *mut SPEVENT,
    pulFetched: *mut ULONG
) -> HRESULT
[src]

pub unsafe fn GetInfo(&self, pInfo: *mut SPEVENTSOURCEINFO) -> HRESULT[src]

Trait Implementations

impl Interface for ISpRecoContext[src]

impl Deref for ISpRecoContext[src]

type Target = ISpEventSource

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]