#[repr(C)]pub struct IProtectionPolicyManagerInterop3_Vtbl {
pub base__: IInspectable_Vtbl,
pub RequestAccessWithBehaviorForWindowAsync: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: MaybeUninit<HSTRING>, _: MaybeUninit<HSTRING>, _: *mut c_void, _: MaybeUninit<HSTRING>, _: u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub RequestAccessForAppWithBehaviorForWindowAsync: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: MaybeUninit<HSTRING>, _: MaybeUninit<HSTRING>, _: *mut c_void, _: MaybeUninit<HSTRING>, _: u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub RequestAccessToFilesForAppForWindowAsync: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub RequestAccessToFilesForAppWithMessageAndBehaviorForWindowAsync: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: MaybeUninit<HSTRING>, _: u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub RequestAccessToFilesForProcessForWindowAsync: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *mut c_void, _: u32, _: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub RequestAccessToFilesForProcessWithMessageAndBehaviorForWindowAsync: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *mut c_void, _: u32, _: *mut c_void, _: MaybeUninit<HSTRING>, _: u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§RequestAccessWithBehaviorForWindowAsync: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: MaybeUninit<HSTRING>, _: MaybeUninit<HSTRING>, _: *mut c_void, _: MaybeUninit<HSTRING>, _: u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§RequestAccessForAppWithBehaviorForWindowAsync: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: MaybeUninit<HSTRING>, _: MaybeUninit<HSTRING>, _: *mut c_void, _: MaybeUninit<HSTRING>, _: u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§RequestAccessToFilesForAppForWindowAsync: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§RequestAccessToFilesForAppWithMessageAndBehaviorForWindowAsync: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: MaybeUninit<HSTRING>, _: u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§RequestAccessToFilesForProcessForWindowAsync: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *mut c_void, _: u32, _: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§RequestAccessToFilesForProcessWithMessageAndBehaviorForWindowAsync: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *mut c_void, _: u32, _: *mut c_void, _: MaybeUninit<HSTRING>, _: u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IProtectionPolicyManagerInterop3_Vtbl
impl IProtectionPolicyManagerInterop3_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IProtectionPolicyManagerInterop3_Vtblwhere
Identity: IProtectionPolicyManagerInterop3_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IProtectionPolicyManagerInterop3_Vtbl
impl RefUnwindSafe for IProtectionPolicyManagerInterop3_Vtbl
impl Send for IProtectionPolicyManagerInterop3_Vtbl
impl Sync for IProtectionPolicyManagerInterop3_Vtbl
impl Unpin for IProtectionPolicyManagerInterop3_Vtbl
impl UnwindSafe for IProtectionPolicyManagerInterop3_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