Struct INetCfgClassSetup_Vtbl
#[repr(C)]pub struct INetCfgClassSetup_Vtbl {
pub base__: IUnknown_Vtbl,
pub SelectAndInstall: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *const OBO_TOKEN, _: *mut *mut c_void) -> HRESULT,
pub Install: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const OBO_TOKEN, _: u32, _: u32, _: PCWSTR, _: PCWSTR, _: *mut *mut c_void) -> HRESULT,
pub DeInstall: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const OBO_TOKEN, _: *mut PWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SelectAndInstall: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *const OBO_TOKEN, _: *mut *mut c_void) -> HRESULT
§Install: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const OBO_TOKEN, _: u32, _: u32, _: PCWSTR, _: PCWSTR, _: *mut *mut c_void) -> HRESULT
§DeInstall: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const OBO_TOKEN, _: *mut PWSTR) -> HRESULT
Implementations§
§impl INetCfgClassSetup_Vtbl
impl INetCfgClassSetup_Vtbl
pub const fn new<Identity: INetCfgClassSetup_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for INetCfgClassSetup_Vtbl
impl RefUnwindSafe for INetCfgClassSetup_Vtbl
impl Send for INetCfgClassSetup_Vtbl
impl Sync for INetCfgClassSetup_Vtbl
impl Unpin for INetCfgClassSetup_Vtbl
impl UnwindSafe for INetCfgClassSetup_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