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

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

Fields

lpVtbl: *const ISpeechPhraseElementVtbl

Methods

impl ISpeechPhraseElement[src]

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

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

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

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

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

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

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

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

pub unsafe fn get_Pronunciation(&self, Pronunciation: *mut VARIANT) -> HRESULT[src]

pub unsafe fn get_DisplayAttributes(
    &self,
    DisplayAttributes: *mut SpeechDisplayAttributes
) -> HRESULT
[src]

pub unsafe fn get_RequiredConfidence(
    &self,
    RequiredConfidence: *mut SpeechEngineConfidence
) -> HRESULT
[src]

pub unsafe fn get_ActualConfidence(
    &self,
    ActualConfidence: *mut SpeechEngineConfidence
) -> HRESULT
[src]

pub unsafe fn get_EngineConfidence(
    &self,
    EngineConfident: *mut c_float
) -> 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 ISpeechPhraseElement[src]

impl Deref for ISpeechPhraseElement[src]

type Target = IDispatch

The resulting type after dereferencing.

Auto Trait Implementations

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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