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

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

Fields

lpVtbl: *const ISpeechObjectTokenVtbl

Methods

impl ISpeechObjectToken[src]

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

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

pub unsafe fn get_Category(
    &self,
    Category: *mut *mut ISpeechObjectTokenCategory
) -> HRESULT
[src]

pub unsafe fn GetDescription(
    &self,
    Locale: c_long,
    Description: *mut BSTR
) -> HRESULT
[src]

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

pub unsafe fn GetAttribute(
    &self,
    AttributeName: BSTR,
    AttributeValue: *mut BSTR
) -> HRESULT
[src]

pub unsafe fn CreateInstance(
    &self,
    pUnkOuter: *mut IUnknown,
    ClsContext: SpeechTokenContext,
    Object: *mut *mut IUnknown
) -> HRESULT
[src]

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

pub unsafe fn GetStorageFileName(
    &self,
    ObjectStorageCLSID: BSTR,
    KeyName: BSTR,
    FileName: BSTR,
    Folder: BSTR,
    FilePath: *mut BSTR
) -> HRESULT
[src]

pub unsafe fn RemoveStorageFileName(
    &self,
    ObjectStorageCLSID: BSTR,
    KeyName: BSTR,
    DeleteFile: VARIANT_BOOL
) -> HRESULT
[src]

pub unsafe fn IsUISupported(
    &self,
    TypeOfUI: BSTR,
    ExtraData: *const VARIANT,
    Object: *mut IUnknown,
    Supported: *mut VARIANT_BOOL
) -> HRESULT
[src]

pub unsafe fn DisplayUI(
    &self,
    hWnd: c_long,
    Title: BSTR,
    TypeOfUI: BSTR,
    ExtraData: *const VARIANT,
    Object: *mut IUnknown
) -> HRESULT
[src]

pub unsafe fn MatchesAttributes(
    &self,
    Attributes: BSTR,
    Matches: *mut VARIANT_BOOL
) -> 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 ISpeechObjectToken[src]

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