Struct winapi::sapi::ISpRecoResult [] [src]

pub struct ISpRecoResult {
    pub lpVtbl: *const ISpRecoResultVtbl,
}

Fields

lpVtbl: *const ISpRecoResultVtbl

Methods

impl ISpRecoResult
[src]

unsafe fn GetResultTimes(&mut self, pTimes: *mut SPRECORESULTTIMES) -> HRESULT

unsafe fn GetAlternates(&mut self, ulStartElement: ULONG, cElements: ULONG, ulRequestCount: ULONG, ppPhrases: *mut *mut ISpPhraseAlt, pcPhrasesReturned: *mut ULONG) -> HRESULT

unsafe fn GetAudio(&mut self, ulStartElement: ULONG, cElements: ULONG, ppStream: *mut *mut ISpStreamFormat) -> HRESULT

unsafe fn SpeakAudio(&mut self, ulStartElement: ULONG, cElements: ULONG, dwFlags: DWORD, pulStreamNumber: *mut ULONG) -> HRESULT

unsafe fn Serialize(&mut self, ppCoMemSerializedResult: *mut *mut SPSERIALIZEDRESULT) -> HRESULT

unsafe fn ScaleAudio(&mut self, pAudioFormatId: *const GUID, pWaveFormatEx: *const WAVEFORMATEX) -> HRESULT

unsafe fn GetRecoContext(&mut self, ppRecoContext: *mut *mut ISpRecoContext) -> HRESULT

Methods from Deref<Target=ISpPhrase>

unsafe fn GetPhrase(&mut self, ppCoMemPhrase: *mut *mut SPPHRASE) -> HRESULT

unsafe fn GetSerializedPhrase(&mut self, ppCoMemPhrase: *mut *mut SPSERIALIZEDPHRASE) -> HRESULT

unsafe fn GetText(&mut self, ulStart: ULONG, ulCount: ULONG, fUseTextReplacements: BOOL, ppszCoMemText: *mut LPWSTR, pbDisplayAttributes: *mut BYTE) -> HRESULT

unsafe fn Discard(&mut self, dwValueTypes: DWORD) -> HRESULT

Trait Implementations

impl Debug for ISpRecoResult
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Deref for ISpRecoResult
[src]

type Target = ISpPhrase

The resulting type after dereferencing

fn deref(&self) -> &ISpPhrase

The method called to dereference a value

impl DerefMut for ISpRecoResult
[src]

fn deref_mut(&mut self) -> &mut ISpPhrase

The method called to mutably dereference a value