Struct IX509SCEPEnrollment_Vtbl
#[repr(C)]pub struct IX509SCEPEnrollment_Vtbl {Show 23 fields
pub base__: IDispatch_Vtbl,
pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: EncodingType, _: *mut c_void, _: EncodingType) -> HRESULT,
pub InitializeForPending: unsafe extern "system" fn(_: *mut c_void, _: X509CertificateEnrollmentContext) -> HRESULT,
pub CreateRequestMessage: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut *mut c_void) -> HRESULT,
pub CreateRetrievePendingMessage: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut *mut c_void) -> HRESULT,
pub CreateRetrieveCertificateMessage: unsafe extern "system" fn(_: *mut c_void, _: X509CertificateEnrollmentContext, _: *mut c_void, _: EncodingType, _: *mut c_void, _: EncodingType, _: EncodingType, _: *mut *mut c_void) -> HRESULT,
pub ProcessResponseMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: EncodingType, _: *mut X509SCEPDisposition) -> HRESULT,
pub SetServerCapabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub FailInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut X509SCEPFailInfo) -> HRESULT,
pub SignerCertificate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetSignerCertificate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OldCertificate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetOldCertificate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub get_TransactionId: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut *mut c_void) -> HRESULT,
pub put_TransactionId: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut c_void) -> HRESULT,
pub Request: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CertificateFriendlyName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetCertificateFriendlyName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Status: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub get_Certificate: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut *mut c_void) -> HRESULT,
pub Silent: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetSilent: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub DeleteRequest: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Initialize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: EncodingType, _: *mut c_void, _: EncodingType) -> HRESULT
§InitializeForPending: unsafe extern "system" fn(_: *mut c_void, _: X509CertificateEnrollmentContext) -> HRESULT
§CreateRequestMessage: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut *mut c_void) -> HRESULT
§CreateRetrievePendingMessage: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut *mut c_void) -> HRESULT
§CreateRetrieveCertificateMessage: unsafe extern "system" fn(_: *mut c_void, _: X509CertificateEnrollmentContext, _: *mut c_void, _: EncodingType, _: *mut c_void, _: EncodingType, _: EncodingType, _: *mut *mut c_void) -> HRESULT
§ProcessResponseMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: EncodingType, _: *mut X509SCEPDisposition) -> HRESULT
§SetServerCapabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§FailInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut X509SCEPFailInfo) -> HRESULT
§SignerCertificate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetSignerCertificate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§OldCertificate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetOldCertificate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§get_TransactionId: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut *mut c_void) -> HRESULT
§put_TransactionId: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut c_void) -> HRESULT
§Request: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CertificateFriendlyName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetCertificateFriendlyName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Status: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§get_Certificate: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut *mut c_void) -> HRESULT
§Silent: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetSilent: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§DeleteRequest: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IX509SCEPEnrollment_Vtbl
impl IX509SCEPEnrollment_Vtbl
pub const fn new<Identity: IX509SCEPEnrollment_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IX509SCEPEnrollment_Vtbl
impl RefUnwindSafe for IX509SCEPEnrollment_Vtbl
impl Send for IX509SCEPEnrollment_Vtbl
impl Sync for IX509SCEPEnrollment_Vtbl
impl Unpin for IX509SCEPEnrollment_Vtbl
impl UnwindSafe for IX509SCEPEnrollment_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