Struct INDESPolicy_Vtbl
#[repr(C)]pub struct INDESPolicy_Vtbl {
pub base__: IUnknown_Vtbl,
pub Initialize: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Uninitialize: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GenerateChallenge: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut PWSTR) -> HRESULT,
pub VerifyRequest: unsafe extern "system" fn(_: *mut c_void, _: *mut CERTTRANSBLOB, _: *mut CERTTRANSBLOB, _: PCWSTR, _: PCWSTR, _: *mut BOOL) -> HRESULT,
pub Notify: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: X509SCEPDisposition, _: i32, _: *mut CERTTRANSBLOB) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Initialize: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Uninitialize: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GenerateChallenge: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut PWSTR) -> HRESULT
§VerifyRequest: unsafe extern "system" fn(_: *mut c_void, _: *mut CERTTRANSBLOB, _: *mut CERTTRANSBLOB, _: PCWSTR, _: PCWSTR, _: *mut BOOL) -> HRESULT
§Notify: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: X509SCEPDisposition, _: i32, _: *mut CERTTRANSBLOB) -> HRESULT
Implementations§
§impl INDESPolicy_Vtbl
impl INDESPolicy_Vtbl
pub const fn new<Identity: INDESPolicy_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for INDESPolicy_Vtbl
impl RefUnwindSafe for INDESPolicy_Vtbl
impl Send for INDESPolicy_Vtbl
impl Sync for INDESPolicy_Vtbl
impl Unpin for INDESPolicy_Vtbl
impl UnwindSafe for INDESPolicy_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