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

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

Fields

lpVtbl: *const ISpeechPhraseInfoVtbl

Methods

impl ISpeechPhraseInfo[src]

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

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

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

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

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

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

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

pub unsafe fn get_Rule(&self, Rule: *mut *mut ISpeechPhraseRule) -> HRESULT[src]

pub unsafe fn get_Properties(
    &self,
    Properties: *mut *mut ISpeechPhraseProperties
) -> HRESULT
[src]

pub unsafe fn get_Elements(
    &self,
    Elements: *mut *mut ISpeechPhraseElements
) -> HRESULT
[src]

pub unsafe fn get_Replacements(
    &self,
    Replacements: *mut *mut ISpeechPhraseReplacements
) -> HRESULT
[src]

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

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

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

pub unsafe fn GetText(
    &self,
    StartElement: c_long,
    Elements: c_long,
    UseReplacements: VARIANT_BOOL,
    Text: *mut BSTR
) -> HRESULT
[src]

pub unsafe fn GetDisplayAttributes(
    &self,
    StartElement: c_long,
    Elements: c_long,
    UseReplacements: VARIANT_BOOL,
    DisplayAttributes: *mut SpeechDisplayAttributes
) -> 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 ISpeechPhraseInfo[src]

impl Deref for ISpeechPhraseInfo[src]

type Target = IDispatch

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]