#[repr(C)]pub struct IProtectionPolicyManagerInterop2_Vtbl {
pub base__: IInspectable_Vtbl,
pub RequestAccessForAppWithWindowAsync: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: MaybeUninit<HSTRING>, _: MaybeUninit<HSTRING>, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub RequestAccessWithAuditingInfoForWindowAsync: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: MaybeUninit<HSTRING>, _: MaybeUninit<HSTRING>, _: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub RequestAccessWithMessageForWindowAsync: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: MaybeUninit<HSTRING>, _: MaybeUninit<HSTRING>, _: *mut c_void, _: MaybeUninit<HSTRING>, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub RequestAccessForAppWithAuditingInfoForWindowAsync: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: MaybeUninit<HSTRING>, _: MaybeUninit<HSTRING>, _: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub RequestAccessForAppWithMessageForWindowAsync: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: MaybeUninit<HSTRING>, _: MaybeUninit<HSTRING>, _: *mut c_void, _: MaybeUninit<HSTRING>, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§RequestAccessForAppWithWindowAsync: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: MaybeUninit<HSTRING>, _: MaybeUninit<HSTRING>, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§RequestAccessWithAuditingInfoForWindowAsync: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: MaybeUninit<HSTRING>, _: MaybeUninit<HSTRING>, _: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§RequestAccessWithMessageForWindowAsync: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: MaybeUninit<HSTRING>, _: MaybeUninit<HSTRING>, _: *mut c_void, _: MaybeUninit<HSTRING>, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§RequestAccessForAppWithAuditingInfoForWindowAsync: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: MaybeUninit<HSTRING>, _: MaybeUninit<HSTRING>, _: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§RequestAccessForAppWithMessageForWindowAsync: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: MaybeUninit<HSTRING>, _: MaybeUninit<HSTRING>, _: *mut c_void, _: MaybeUninit<HSTRING>, _: *const GUID, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IProtectionPolicyManagerInterop2_Vtbl
impl IProtectionPolicyManagerInterop2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IProtectionPolicyManagerInterop2_Vtblwhere
Identity: IProtectionPolicyManagerInterop2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IProtectionPolicyManagerInterop2_Vtbl
impl RefUnwindSafe for IProtectionPolicyManagerInterop2_Vtbl
impl Send for IProtectionPolicyManagerInterop2_Vtbl
impl Sync for IProtectionPolicyManagerInterop2_Vtbl
impl Unpin for IProtectionPolicyManagerInterop2_Vtbl
impl UnwindSafe for IProtectionPolicyManagerInterop2_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