Struct IComQCEvents_Vtbl
#[repr(C)]pub struct IComQCEvents_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnQCRecord: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: PCWSTR, _: *const GUID, _: *const GUID, _: HRESULT) -> HRESULT,
pub OnQCQueueOpen: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: PCWSTR, _: u64, _: HRESULT) -> HRESULT,
pub OnQCReceive: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: *const GUID, _: *const GUID, _: HRESULT) -> HRESULT,
pub OnQCReceiveFail: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: HRESULT) -> HRESULT,
pub OnQCMoveToReTryQueue: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: *const GUID, _: u32) -> HRESULT,
pub OnQCMoveToDeadQueue: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: *const GUID) -> HRESULT,
pub OnQCPlayback: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: *const GUID, _: *const GUID, _: HRESULT) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OnQCRecord: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: PCWSTR, _: *const GUID, _: *const GUID, _: HRESULT) -> HRESULT
§OnQCQueueOpen: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: PCWSTR, _: u64, _: HRESULT) -> HRESULT
§OnQCReceive: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: *const GUID, _: *const GUID, _: HRESULT) -> HRESULT
§OnQCReceiveFail: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: HRESULT) -> HRESULT
§OnQCMoveToReTryQueue: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: *const GUID, _: u32) -> HRESULT
§OnQCMoveToDeadQueue: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: *const GUID) -> HRESULT
§OnQCPlayback: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u64, _: *const GUID, _: *const GUID, _: HRESULT) -> HRESULT
Implementations§
§impl IComQCEvents_Vtbl
impl IComQCEvents_Vtbl
pub const fn new<Identity: IComQCEvents_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IComQCEvents_Vtbl
impl RefUnwindSafe for IComQCEvents_Vtbl
impl Send for IComQCEvents_Vtbl
impl Sync for IComQCEvents_Vtbl
impl Unpin for IComQCEvents_Vtbl
impl UnwindSafe for IComQCEvents_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