Struct IProtectionPolicyManagerStatics_Vtbl
#[repr(C)]pub struct IProtectionPolicyManagerStatics_Vtbl {Show 16 fields
pub base__: IInspectable_Vtbl,
pub IsIdentityManaged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT,
pub TryApplyProcessUIPolicy: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT,
pub ClearProcessUIPolicy: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub CreateCurrentThreadNetworkContext: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetPrimaryManagedIdentityForNetworkEndpointAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RevokeContent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetForCurrentView: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ProtectedAccessSuspending: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveProtectedAccessSuspending: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub ProtectedAccessResumed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveProtectedAccessResumed: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub ProtectedContentRevoked: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveProtectedContentRevoked: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub CheckAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut ProtectionPolicyEvaluationResult) -> HRESULT,
pub RequestAccessAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§IsIdentityManaged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT
§TryApplyProcessUIPolicy: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT
§ClearProcessUIPolicy: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§CreateCurrentThreadNetworkContext: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetPrimaryManagedIdentityForNetworkEndpointAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RevokeContent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§GetForCurrentView: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ProtectedAccessSuspending: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveProtectedAccessSuspending: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§ProtectedAccessResumed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveProtectedAccessResumed: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§ProtectedContentRevoked: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveProtectedContentRevoked: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§CheckAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut ProtectionPolicyEvaluationResult) -> HRESULT
§RequestAccessAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IProtectionPolicyManagerStatics_Vtbl
impl RefUnwindSafe for IProtectionPolicyManagerStatics_Vtbl
impl Send for IProtectionPolicyManagerStatics_Vtbl
impl Sync for IProtectionPolicyManagerStatics_Vtbl
impl Unpin for IProtectionPolicyManagerStatics_Vtbl
impl UnwindSafe for IProtectionPolicyManagerStatics_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