Struct windows::Win32::System::ComponentServices::IComObjectEvents_Vtbl
#[repr(C)]pub struct IComObjectEvents_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnObjectActivate: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: u64) -> HRESULT,
pub OnObjectDeactivate: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: u64) -> HRESULT,
pub OnDisableCommit: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64) -> HRESULT,
pub OnEnableCommit: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64) -> HRESULT,
pub OnSetComplete: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64) -> HRESULT,
pub OnSetAbort: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OnObjectActivate: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: u64) -> HRESULT
§OnObjectDeactivate: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: u64) -> HRESULT
§OnDisableCommit: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64) -> HRESULT
§OnEnableCommit: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64) -> HRESULT
§OnSetComplete: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64) -> HRESULT
§OnSetAbort: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64) -> HRESULT
Implementations§
§impl IComObjectEvents_Vtbl
impl IComObjectEvents_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IComObjectEvents_Vtblwhere
Identity: IComObjectEvents_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IComObjectEvents_Vtbl
impl RefUnwindSafe for IComObjectEvents_Vtbl
impl Send for IComObjectEvents_Vtbl
impl Sync for IComObjectEvents_Vtbl
impl Unpin for IComObjectEvents_Vtbl
impl UnwindSafe for IComObjectEvents_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