Struct IMSCEPSetup_Vtbl
#[repr(C)]pub struct IMSCEPSetup_Vtbl {Show 13 fields
pub base__: IDispatch_Vtbl,
pub MSCEPErrorId: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub MSCEPErrorString: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub InitializeDefaults: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetMSCEPSetupProperty: unsafe extern "system" fn(_: *mut c_void, _: MSCEPSetupProperty, _: *mut VARIANT) -> HRESULT,
pub SetMSCEPSetupProperty: unsafe extern "system" fn(_: *mut c_void, _: MSCEPSetupProperty, _: *const VARIANT) -> HRESULT,
pub SetAccountInformation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub IsMSCEPStoreEmpty: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub GetProviderNameList: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: *mut VARIANT) -> HRESULT,
pub GetKeyLengthList: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub Install: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub PreUnInstall: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub PostUnInstall: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§MSCEPErrorId: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§MSCEPErrorString: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§InitializeDefaults: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetMSCEPSetupProperty: unsafe extern "system" fn(_: *mut c_void, _: MSCEPSetupProperty, _: *mut VARIANT) -> HRESULT
§SetMSCEPSetupProperty: unsafe extern "system" fn(_: *mut c_void, _: MSCEPSetupProperty, _: *const VARIANT) -> HRESULT
§SetAccountInformation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§IsMSCEPStoreEmpty: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§GetProviderNameList: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: *mut VARIANT) -> HRESULT
§GetKeyLengthList: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: *mut c_void, _: *mut VARIANT) -> HRESULT
§Install: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§PreUnInstall: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§PostUnInstall: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IMSCEPSetup_Vtbl
impl IMSCEPSetup_Vtbl
pub const fn new<Identity: IMSCEPSetup_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMSCEPSetup_Vtbl
impl RefUnwindSafe for IMSCEPSetup_Vtbl
impl Send for IMSCEPSetup_Vtbl
impl Sync for IMSCEPSetup_Vtbl
impl Unpin for IMSCEPSetup_Vtbl
impl UnwindSafe for IMSCEPSetup_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