Struct IMFPMPHostApp_Vtbl
#[repr(C)]pub struct IMFPMPHostApp_Vtbl {
pub base__: IUnknown_Vtbl,
pub LockProcess: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub UnlockProcess: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ActivateClassById: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§LockProcess: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§UnlockProcess: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§ActivateClassById: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IMFPMPHostApp_Vtbl
impl IMFPMPHostApp_Vtbl
pub const fn new<Identity: IMFPMPHostApp_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFPMPHostApp_Vtbl
impl RefUnwindSafe for IMFPMPHostApp_Vtbl
impl Send for IMFPMPHostApp_Vtbl
impl Sync for IMFPMPHostApp_Vtbl
impl Unpin for IMFPMPHostApp_Vtbl
impl UnwindSafe for IMFPMPHostApp_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