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

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

Fields

lpVtbl: *const ISpeechObjectTokenCategoryVtbl

Methods

impl ISpeechObjectTokenCategory[src]

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

pub unsafe fn put_Default(&self, TokenId: BSTR) -> HRESULT[src]

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

pub unsafe fn SetId(&self, Id: BSTR, CreateIfNotExist: VARIANT_BOOL) -> HRESULT[src]

pub unsafe fn GetDataKey(
    &self,
    Location: SpeechDataKeyLocation,
    DataKey: *mut *mut ISpeechDataKey
) -> HRESULT
[src]

pub unsafe fn EnumerateTokens(
    &self,
    RequiredAttributes: BSTR,
    OptionalAttributes: BSTR,
    Tokens: *mut *mut ISpeechObjectTokens
) -> 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 ISpeechObjectTokenCategory[src]

impl Deref for ISpeechObjectTokenCategory[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]