Struct IProtectionPolicyManagerStatics2_Vtbl
#[repr(C)]pub struct IProtectionPolicyManagerStatics2_Vtbl {
pub base__: IInspectable_Vtbl,
pub HasContentBeenRevokedSince: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: DateTime, _: *mut bool) -> HRESULT,
pub CheckAccessForApp: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut ProtectionPolicyEvaluationResult) -> HRESULT,
pub RequestAccessForAppAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetEnforcementLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EnforcementLevel) -> HRESULT,
pub IsUserDecryptionAllowed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT,
pub IsProtectionUnderLockRequired: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT,
pub PolicyChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemovePolicyChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub IsProtectionEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§HasContentBeenRevokedSince: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: DateTime, _: *mut bool) -> HRESULT
§CheckAccessForApp: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut ProtectionPolicyEvaluationResult) -> HRESULT
§RequestAccessForAppAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetEnforcementLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EnforcementLevel) -> HRESULT
§IsUserDecryptionAllowed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT
§IsProtectionUnderLockRequired: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT
§PolicyChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemovePolicyChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§IsProtectionEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IProtectionPolicyManagerStatics2_Vtbl
impl RefUnwindSafe for IProtectionPolicyManagerStatics2_Vtbl
impl Send for IProtectionPolicyManagerStatics2_Vtbl
impl Sync for IProtectionPolicyManagerStatics2_Vtbl
impl Unpin for IProtectionPolicyManagerStatics2_Vtbl
impl UnwindSafe for IProtectionPolicyManagerStatics2_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