Struct IX509EnrollmentHelper_Vtbl
#[repr(C)]pub struct IX509EnrollmentHelper_Vtbl {
pub base__: IDispatch_Vtbl,
pub AddPolicyServer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: PolicyServerUrlFlags, _: X509EnrollmentAuthFlags, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub AddEnrollmentServer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: X509EnrollmentAuthFlags, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub Enroll: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: EncodingType, _: WebEnrollmentFlags, _: *mut *mut c_void) -> HRESULT,
pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: X509CertificateEnrollmentContext) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§AddPolicyServer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: PolicyServerUrlFlags, _: X509EnrollmentAuthFlags, _: *mut c_void, _: *mut c_void) -> HRESULT
§AddEnrollmentServer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: X509EnrollmentAuthFlags, _: *mut c_void, _: *mut c_void) -> HRESULT
§Enroll: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: EncodingType, _: WebEnrollmentFlags, _: *mut *mut c_void) -> HRESULT
§Initialize: unsafe extern "system" fn(_: *mut c_void, _: X509CertificateEnrollmentContext) -> HRESULT
Implementations§
§impl IX509EnrollmentHelper_Vtbl
impl IX509EnrollmentHelper_Vtbl
pub const fn new<Identity: IX509EnrollmentHelper_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IX509EnrollmentHelper_Vtbl
impl RefUnwindSafe for IX509EnrollmentHelper_Vtbl
impl Send for IX509EnrollmentHelper_Vtbl
impl Sync for IX509EnrollmentHelper_Vtbl
impl Unpin for IX509EnrollmentHelper_Vtbl
impl UnwindSafe for IX509EnrollmentHelper_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