Struct ICertificateEnrollmentPolicyServerSetup_Vtbl
#[repr(C)]pub struct ICertificateEnrollmentPolicyServerSetup_Vtbl {
pub base__: IDispatch_Vtbl,
pub ErrorString: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub InitializeInstallDefaults: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetProperty: unsafe extern "system" fn(_: *mut c_void, _: CEPSetupProperty, _: *mut VARIANT) -> HRESULT,
pub SetProperty: unsafe extern "system" fn(_: *mut c_void, _: CEPSetupProperty, _: *const VARIANT) -> HRESULT,
pub Install: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub UnInstall: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§ErrorString: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§InitializeInstallDefaults: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetProperty: unsafe extern "system" fn(_: *mut c_void, _: CEPSetupProperty, _: *mut VARIANT) -> HRESULT
§SetProperty: unsafe extern "system" fn(_: *mut c_void, _: CEPSetupProperty, _: *const VARIANT) -> HRESULT
§Install: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§UnInstall: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT) -> HRESULT
Implementations§
§impl ICertificateEnrollmentPolicyServerSetup_Vtbl
impl ICertificateEnrollmentPolicyServerSetup_Vtbl
pub const fn new<Identity: ICertificateEnrollmentPolicyServerSetup_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICertificateEnrollmentPolicyServerSetup_Vtbl
impl RefUnwindSafe for ICertificateEnrollmentPolicyServerSetup_Vtbl
impl Send for ICertificateEnrollmentPolicyServerSetup_Vtbl
impl Sync for ICertificateEnrollmentPolicyServerSetup_Vtbl
impl Unpin for ICertificateEnrollmentPolicyServerSetup_Vtbl
impl UnwindSafe for ICertificateEnrollmentPolicyServerSetup_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