Struct windows::Win32::System::Diagnostics::Debug::Extensions::IDebugEventCallbacks_Vtbl
#[repr(C)]pub struct IDebugEventCallbacks_Vtbl {Show 15 fields
pub base__: IUnknown_Vtbl,
pub GetInterestMask: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Breakpoint: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Exception: unsafe extern "system" fn(_: *mut c_void, _: *const EXCEPTION_RECORD64, _: u32) -> HRESULT,
pub CreateThread: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64, _: u64) -> HRESULT,
pub ExitThread: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub CreateProcessA: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64, _: u64, _: u32, _: PCSTR, _: PCSTR, _: u32, _: u32, _: u64, _: u64, _: u64) -> HRESULT,
pub ExitProcess: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub LoadModule: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64, _: u32, _: PCSTR, _: PCSTR, _: u32, _: u32) -> HRESULT,
pub UnloadModule: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: u64) -> HRESULT,
pub SystemError: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
pub SessionStatus: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub ChangeDebuggeeState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u64) -> HRESULT,
pub ChangeEngineState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u64) -> HRESULT,
pub ChangeSymbolState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u64) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetInterestMask: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§Breakpoint: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Exception: unsafe extern "system" fn(_: *mut c_void, _: *const EXCEPTION_RECORD64, _: u32) -> HRESULT
§CreateThread: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64, _: u64) -> HRESULT
§ExitThread: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§CreateProcessA: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64, _: u64, _: u32, _: PCSTR, _: PCSTR, _: u32, _: u32, _: u64, _: u64, _: u64) -> HRESULT
§ExitProcess: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§LoadModule: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64, _: u32, _: PCSTR, _: PCSTR, _: u32, _: u32) -> HRESULT
§UnloadModule: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: u64) -> HRESULT
§SystemError: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT
§SessionStatus: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§ChangeDebuggeeState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u64) -> HRESULT
§ChangeEngineState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u64) -> HRESULT
§ChangeSymbolState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u64) -> HRESULT
Implementations§
§impl IDebugEventCallbacks_Vtbl
impl IDebugEventCallbacks_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDebugEventCallbacks_Vtblwhere
Identity: IDebugEventCallbacks_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDebugEventCallbacks_Vtbl
impl RefUnwindSafe for IDebugEventCallbacks_Vtbl
impl Send for IDebugEventCallbacks_Vtbl
impl Sync for IDebugEventCallbacks_Vtbl
impl Unpin for IDebugEventCallbacks_Vtbl
impl UnwindSafe for IDebugEventCallbacks_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