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

#[repr(C)]
pub struct ISpShortcutVtbl {
    pub parent: IUnknownVtbl,
    pub AddShortcut: unsafe extern "system" fn(This: *mut ISpShortcut, pszDisplay: LPCWSTR, LangID: WORD, pszSpoken: LPCWSTR, shType: SPSHORTCUTTYPE) -> HRESULT,
    pub RemoveShortcut: unsafe extern "system" fn(This: *mut ISpShortcut, pszDisplay: LPCWSTR, LangID: WORD, pszSpoken: LPCWSTR, shType: SPSHORTCUTTYPE) -> HRESULT,
    pub GetShortcuts: unsafe extern "system" fn(This: *mut ISpShortcut, LangId: WORD, pShortcutpairList: *mut SPSHORTCUTPAIRLIST) -> HRESULT,
    pub GetGeneration: unsafe extern "system" fn(This: *mut ISpShortcut, pdwGeneration: *mut DWORD) -> HRESULT,
    pub GetWordsFromGenerationChange: unsafe extern "system" fn(This: *mut ISpShortcut, pdwGeneration: *mut DWORD, pWordList: *mut SPWORDLIST) -> HRESULT,
    pub GetWords: unsafe extern "system" fn(This: *mut ISpShortcut, pdwGeneration: *mut DWORD, pdwCookie: *mut DWORD, pWordList: *mut SPWORDLIST) -> HRESULT,
    pub GetShortcutsForGeneration: unsafe extern "system" fn(This: *mut ISpShortcut, pdwGeneration: *mut DWORD, pdwCookie: *mut DWORD, pShortcutpairList: *mut SPSHORTCUTPAIRLIST) -> HRESULT,
    pub GetGenerationChange: unsafe extern "system" fn(This: *mut ISpShortcut, pdwGeneration: *mut DWORD, pShortcutpairList: *mut SPSHORTCUTPAIRLIST) -> HRESULT,
}

Fields

parent: IUnknownVtblAddShortcut: unsafe extern "system" fn(This: *mut ISpShortcut, pszDisplay: LPCWSTR, LangID: WORD, pszSpoken: LPCWSTR, shType: SPSHORTCUTTYPE) -> HRESULTRemoveShortcut: unsafe extern "system" fn(This: *mut ISpShortcut, pszDisplay: LPCWSTR, LangID: WORD, pszSpoken: LPCWSTR, shType: SPSHORTCUTTYPE) -> HRESULTGetShortcuts: unsafe extern "system" fn(This: *mut ISpShortcut, LangId: WORD, pShortcutpairList: *mut SPSHORTCUTPAIRLIST) -> HRESULTGetGeneration: unsafe extern "system" fn(This: *mut ISpShortcut, pdwGeneration: *mut DWORD) -> HRESULTGetWordsFromGenerationChange: unsafe extern "system" fn(This: *mut ISpShortcut, pdwGeneration: *mut DWORD, pWordList: *mut SPWORDLIST) -> HRESULTGetWords: unsafe extern "system" fn(This: *mut ISpShortcut, pdwGeneration: *mut DWORD, pdwCookie: *mut DWORD, pWordList: *mut SPWORDLIST) -> HRESULTGetShortcutsForGeneration: unsafe extern "system" fn(This: *mut ISpShortcut, pdwGeneration: *mut DWORD, pdwCookie: *mut DWORD, pShortcutpairList: *mut SPSHORTCUTPAIRLIST) -> HRESULTGetGenerationChange: unsafe extern "system" fn(This: *mut ISpShortcut, pdwGeneration: *mut DWORD, pShortcutpairList: *mut SPSHORTCUTPAIRLIST) -> HRESULT

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]