[][src]Struct winapi::um::sapiddk51::ISpSREngineSite

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

Fields

lpVtbl: *const ISpSREngineSiteVtbl

Methods

impl ISpSREngineSite[src]

pub unsafe fn Read(
    &self,
    pv: *mut c_void,
    cb: ULONG,
    pcbRead: *mut ULONG
) -> HRESULT
[src]

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

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

pub unsafe fn ParseFromTransitions(
    &self,
    pParseInfo: *const SPPARSEINFO,
    ppNewPhrase: *mut *mut ISpPhraseBuilder
) -> HRESULT
[src]

pub unsafe fn Recognition(
    &self,
    pResultInfo: *const SPRECORESULTINFO
) -> HRESULT
[src]

pub unsafe fn AddEvent(
    &self,
    pEvent: *const SPEVENT,
    hSAPIRecoContext: SPRECOCONTEXTHANDLE
) -> HRESULT
[src]

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

pub unsafe fn GetWordInfo(
    &self,
    pWordEntry: *mut SPWORDENTRY,
    Options: SPWORDINFOOPT
) -> HRESULT
[src]

pub unsafe fn SetWordClientContext(
    &self,
    hWord: SPWORDHANDLE,
    pvClientContext: *mut c_void
) -> HRESULT
[src]

pub unsafe fn GetRuleInfo(
    &self,
    pRuleEntry: *mut SPRULEENTRY,
    Options: SPRULEINFOOPT
) -> HRESULT
[src]

pub unsafe fn SetRuleClientContext(
    &self,
    hRule: SPRULEHANDLE,
    pvClientContext: *mut c_void
) -> HRESULT
[src]

pub unsafe fn GetStateInfo(
    &self,
    hState: SPSTATEHANDLE,
    pStateInfo: *mut SPSTATEINFO
) -> HRESULT
[src]

pub unsafe fn GetResource(
    &self,
    hRule: SPRULEHANDLE,
    pszResourceName: LPCWSTR,
    ppCoMemResource: *mut LPWSTR
) -> HRESULT
[src]

pub unsafe fn GetTransitionProperty(
    &self,
    ID: SPTRANSITIONID,
    ppCoMemProperty: *mut *mut SPTRANSITIONPROPERTY
) -> HRESULT
[src]

pub unsafe fn IsAlternate(
    &self,
    hRule: SPRULEHANDLE,
    hAltRule: SPRULEHANDLE
) -> HRESULT
[src]

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

pub unsafe fn GetContextMaxAlternates(
    &self,
    hContext: SPRECOCONTEXTHANDLE,
    pulNumAlts: *mut ULONG
) -> HRESULT
[src]

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

Methods from Deref<Target = IUnknown>

pub unsafe fn QueryInterface(
    &self,
    riid: REFIID,
    ppvObject: *mut *mut c_void
) -> HRESULT
[src]

pub unsafe fn AddRef(&self) -> ULONG[src]

pub unsafe fn Release(&self) -> ULONG[src]

Trait Implementations

impl Interface for ISpSREngineSite[src]

impl Deref for ISpSREngineSite[src]

type Target = IUnknown

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]