[][src]Struct winapi::um::sapi53::ISpXMLRecoResult

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

Fields

lpVtbl: *const ISpXMLRecoResultVtbl

Methods

impl ISpXMLRecoResult[src]

pub unsafe fn GetXMLResult(
    &self,
    ppszCoMemXMLResult: *mut LPWSTR,
    Options: SPXMLRESULTOPTIONS
) -> HRESULT
[src]

pub unsafe fn GetXMLErrorInfo(
    &self,
    pSemanticErrorInfo: *mut SPSEMANTICERRORINFO
) -> HRESULT
[src]

Methods from Deref<Target = ISpRecoResult>

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

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

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

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

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

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

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

Trait Implementations

impl Interface for ISpXMLRecoResult[src]

impl Deref for ISpXMLRecoResult[src]

type Target = ISpRecoResult

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]