Struct ISpObjectToken_Vtbl
#[repr(C)]pub struct ISpObjectToken_Vtbl {
pub base__: ISpDataKey_Vtbl,
pub SetId: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: BOOL) -> HRESULT,
pub GetId: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetCategory: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateInstance: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub GetStorageFileName: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: PCWSTR, _: PCWSTR, _: u32, _: *mut PWSTR) -> HRESULT,
pub RemoveStorageFileName: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: PCWSTR, _: BOOL) -> HRESULT,
pub Remove: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT,
pub IsUISupported: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut c_void, _: u32, _: *mut c_void, _: *mut BOOL) -> HRESULT,
pub DisplayUI: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: PCWSTR, _: PCWSTR, _: *mut c_void, _: u32, _: *mut c_void) -> HRESULT,
pub MatchesAttributes: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut BOOL) -> HRESULT,
}Fields§
§base__: ISpDataKey_Vtbl§SetId: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: BOOL) -> HRESULT§GetId: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT§GetCategory: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§CreateInstance: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT§GetStorageFileName: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: PCWSTR, _: PCWSTR, _: u32, _: *mut PWSTR) -> HRESULT§RemoveStorageFileName: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: PCWSTR, _: BOOL) -> HRESULT§Remove: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT§IsUISupported: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut c_void, _: u32, _: *mut c_void, _: *mut BOOL) -> HRESULT§DisplayUI: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: PCWSTR, _: PCWSTR, _: *mut c_void, _: u32, _: *mut c_void) -> HRESULT§MatchesAttributes: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut BOOL) -> HRESULTImplementations§
§impl ISpObjectToken_Vtbl
impl ISpObjectToken_Vtbl
pub const fn new<Identity: ISpObjectToken_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpObjectToken_Vtbl
impl RefUnwindSafe for ISpObjectToken_Vtbl
impl Send for ISpObjectToken_Vtbl
impl Sync for ISpObjectToken_Vtbl
impl Unpin for ISpObjectToken_Vtbl
impl UnwindSafe for ISpObjectToken_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