Struct ISpShortcut_Vtbl
#[repr(C)]pub struct ISpShortcut_Vtbl {
pub base__: IUnknown_Vtbl,
pub AddShortcut: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u16, _: PCWSTR, _: SPSHORTCUTTYPE) -> HRESULT,
pub RemoveShortcut: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u16, _: PCWSTR, _: SPSHORTCUTTYPE) -> HRESULT,
pub GetShortcuts: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut SPSHORTCUTPAIRLIST) -> HRESULT,
pub GetGeneration: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetWordsFromGenerationChange: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut SPWORDLIST) -> HRESULT,
pub GetWords: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32, _: *mut SPWORDLIST) -> HRESULT,
pub GetShortcutsForGeneration: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32, _: *mut SPSHORTCUTPAIRLIST) -> HRESULT,
pub GetGenerationChange: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut SPSHORTCUTPAIRLIST) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§AddShortcut: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u16, _: PCWSTR, _: SPSHORTCUTTYPE) -> HRESULT
§RemoveShortcut: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u16, _: PCWSTR, _: SPSHORTCUTTYPE) -> HRESULT
§GetShortcuts: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut SPSHORTCUTPAIRLIST) -> HRESULT
§GetGeneration: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetWordsFromGenerationChange: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut SPWORDLIST) -> HRESULT
§GetWords: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32, _: *mut SPWORDLIST) -> HRESULT
§GetShortcutsForGeneration: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32, _: *mut SPSHORTCUTPAIRLIST) -> HRESULT
§GetGenerationChange: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut SPSHORTCUTPAIRLIST) -> HRESULT
Implementations§
§impl ISpShortcut_Vtbl
impl ISpShortcut_Vtbl
pub const fn new<Identity: ISpShortcut_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpShortcut_Vtbl
impl RefUnwindSafe for ISpShortcut_Vtbl
impl Send for ISpShortcut_Vtbl
impl Sync for ISpShortcut_Vtbl
impl Unpin for ISpShortcut_Vtbl
impl UnwindSafe for ISpShortcut_Vtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more