Struct IProtectionPolicyManagerStatics4_Vtbl
#[repr(C)]pub struct IProtectionPolicyManagerStatics4_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsRoamableProtectionEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT,
pub RequestAccessWithBehaviorAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: ProtectionPolicyRequestAccessBehavior, _: *mut *mut c_void) -> HRESULT,
pub RequestAccessForAppWithBehaviorAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: ProtectionPolicyRequestAccessBehavior, _: *mut *mut c_void) -> HRESULT,
pub RequestAccessToFilesForAppAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RequestAccessToFilesForAppWithMessageAndBehaviorAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: ProtectionPolicyRequestAccessBehavior, _: *mut *mut c_void) -> HRESULT,
pub RequestAccessToFilesForProcessAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RequestAccessToFilesForProcessWithMessageAndBehaviorAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut c_void, _: *mut c_void, _: ProtectionPolicyRequestAccessBehavior, _: *mut *mut c_void) -> HRESULT,
pub IsFileProtectionRequiredAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IsFileProtectionRequiredForNewFileAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub PrimaryManagedIdentity: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetPrimaryManagedIdentityForIdentity: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§IsRoamableProtectionEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT
§RequestAccessWithBehaviorAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: ProtectionPolicyRequestAccessBehavior, _: *mut *mut c_void) -> HRESULT
§RequestAccessForAppWithBehaviorAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: ProtectionPolicyRequestAccessBehavior, _: *mut *mut c_void) -> HRESULT
§RequestAccessToFilesForAppAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RequestAccessToFilesForAppWithMessageAndBehaviorAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: ProtectionPolicyRequestAccessBehavior, _: *mut *mut c_void) -> HRESULT
§RequestAccessToFilesForProcessAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RequestAccessToFilesForProcessWithMessageAndBehaviorAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut c_void, _: *mut c_void, _: ProtectionPolicyRequestAccessBehavior, _: *mut *mut c_void) -> HRESULT
§IsFileProtectionRequiredAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§IsFileProtectionRequiredForNewFileAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§PrimaryManagedIdentity: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetPrimaryManagedIdentityForIdentity: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IProtectionPolicyManagerStatics4_Vtbl
impl RefUnwindSafe for IProtectionPolicyManagerStatics4_Vtbl
impl Send for IProtectionPolicyManagerStatics4_Vtbl
impl Sync for IProtectionPolicyManagerStatics4_Vtbl
impl Unpin for IProtectionPolicyManagerStatics4_Vtbl
impl UnwindSafe for IProtectionPolicyManagerStatics4_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