Struct windows::Win32::System::ComponentServices::IComThreadEvents_Vtbl
#[repr(C)]pub struct IComThreadEvents_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnThreadStart: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: u32, _: u32) -> HRESULT,
pub OnThreadTerminate: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: u32, _: u32) -> HRESULT,
pub OnThreadBindToApartment: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: u64, _: u32, _: u32) -> HRESULT,
pub OnThreadUnBind: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: u64, _: u32) -> HRESULT,
pub OnThreadWorkEnque: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: u64, _: u32) -> HRESULT,
pub OnThreadWorkPrivate: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: u64) -> HRESULT,
pub OnThreadWorkPublic: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: u64, _: u32) -> HRESULT,
pub OnThreadWorkRedirect: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: u64, _: u32, _: u64) -> HRESULT,
pub OnThreadWorkReject: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: u64, _: u32) -> HRESULT,
pub OnThreadAssignApartment: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: u64) -> HRESULT,
pub OnThreadUnassignApartment: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OnThreadStart: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: u32, _: u32) -> HRESULT
§OnThreadTerminate: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: u32, _: u32) -> HRESULT
§OnThreadBindToApartment: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: u64, _: u32, _: u32) -> HRESULT
§OnThreadUnBind: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: u64, _: u32) -> HRESULT
§OnThreadWorkEnque: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: u64, _: u32) -> HRESULT
§OnThreadWorkPrivate: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: u64) -> HRESULT
§OnThreadWorkPublic: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: u64, _: u32) -> HRESULT
§OnThreadWorkRedirect: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: u64, _: u32, _: u64) -> HRESULT
§OnThreadWorkReject: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: u64, _: u32) -> HRESULT
§OnThreadAssignApartment: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: u64) -> HRESULT
§OnThreadUnassignApartment: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64) -> HRESULT
Implementations§
§impl IComThreadEvents_Vtbl
impl IComThreadEvents_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IComThreadEvents_Vtblwhere
Identity: IComThreadEvents_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IComThreadEvents_Vtbl
impl RefUnwindSafe for IComThreadEvents_Vtbl
impl Send for IComThreadEvents_Vtbl
impl Sync for IComThreadEvents_Vtbl
impl Unpin for IComThreadEvents_Vtbl
impl UnwindSafe for IComThreadEvents_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