Struct ICertServerPolicy_Vtbl
#[repr(C)]pub struct ICertServerPolicy_Vtbl {Show 15 fields
pub base__: IDispatch_Vtbl,
pub SetContext: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub GetRequestProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: *mut VARIANT) -> HRESULT,
pub GetRequestAttribute: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetCertificateProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: CERT_PROPERTY_TYPE, _: *mut VARIANT) -> HRESULT,
pub SetCertificateProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: *const VARIANT) -> HRESULT,
pub GetCertificateExtension: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: CERT_PROPERTY_TYPE, _: *mut VARIANT) -> HRESULT,
pub GetCertificateExtensionFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetCertificateExtension: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: i32, _: *const VARIANT) -> HRESULT,
pub EnumerateExtensionsSetup: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub EnumerateExtensions: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub EnumerateExtensionsClose: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub EnumerateAttributesSetup: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub EnumerateAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub EnumerateAttributesClose: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§SetContext: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§GetRequestProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: *mut VARIANT) -> HRESULT
§GetRequestAttribute: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetCertificateProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: CERT_PROPERTY_TYPE, _: *mut VARIANT) -> HRESULT
§SetCertificateProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: *const VARIANT) -> HRESULT
§GetCertificateExtension: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: CERT_PROPERTY_TYPE, _: *mut VARIANT) -> HRESULT
§GetCertificateExtensionFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetCertificateExtension: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: i32, _: *const VARIANT) -> HRESULT
§EnumerateExtensionsSetup: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§EnumerateExtensions: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§EnumerateExtensionsClose: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§EnumerateAttributesSetup: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§EnumerateAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§EnumerateAttributesClose: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl ICertServerPolicy_Vtbl
impl ICertServerPolicy_Vtbl
pub const fn new<Identity: ICertServerPolicy_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICertServerPolicy_Vtbl
impl RefUnwindSafe for ICertServerPolicy_Vtbl
impl Send for ICertServerPolicy_Vtbl
impl Sync for ICertServerPolicy_Vtbl
impl Unpin for ICertServerPolicy_Vtbl
impl UnwindSafe for ICertServerPolicy_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