Struct IDebugClient3_Vtbl
#[repr(C)]pub struct IDebugClient3_Vtbl {Show 58 fields
pub base__: IUnknown_Vtbl,
pub AttachKernel: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCSTR) -> HRESULT,
pub GetKernelConnectionOptions: unsafe extern "system" fn(_: *mut c_void, _: PSTR, _: u32, _: *mut u32) -> HRESULT,
pub SetKernelConnectionOptions: unsafe extern "system" fn(_: *mut c_void, _: PCSTR) -> HRESULT,
pub StartProcessServer: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCSTR, _: *const c_void) -> HRESULT,
pub ConnectProcessServer: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: *mut u64) -> HRESULT,
pub DisconnectProcessServer: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT,
pub GetRunningProcessSystemIds: unsafe extern "system" fn(_: *mut c_void, _: u64, _: *mut u32, _: u32, _: *mut u32) -> HRESULT,
pub GetRunningProcessSystemIdByExecutableName: unsafe extern "system" fn(_: *mut c_void, _: u64, _: PCSTR, _: u32, _: *mut u32) -> HRESULT,
pub GetRunningProcessDescription: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u32, _: u32, _: PSTR, _: u32, _: *mut u32, _: PSTR, _: u32, _: *mut u32) -> HRESULT,
pub AttachProcess: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u32, _: u32) -> HRESULT,
pub CreateProcessA: unsafe extern "system" fn(_: *mut c_void, _: u64, _: PCSTR, _: u32) -> HRESULT,
pub CreateProcessAndAttach: unsafe extern "system" fn(_: *mut c_void, _: u64, _: PCSTR, _: u32, _: u32, _: u32) -> HRESULT,
pub GetProcessOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub AddProcessOptions: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub RemoveProcessOptions: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub SetProcessOptions: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub OpenDumpFile: unsafe extern "system" fn(_: *mut c_void, _: PCSTR) -> HRESULT,
pub WriteDumpFile: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: u32) -> HRESULT,
pub ConnectSession: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
pub StartServer: unsafe extern "system" fn(_: *mut c_void, _: PCSTR) -> HRESULT,
pub OutputServers: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCSTR, _: u32) -> HRESULT,
pub TerminateProcesses: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub DetachProcesses: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub EndSession: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetExitCode: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub DispatchCallbacks: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub ExitDispatch: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub CreateClient: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetInputCallbacks: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetInputCallbacks: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetOutputCallbacks: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetOutputCallbacks: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetOutputMask: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetOutputMask: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetOtherOutputMask: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT,
pub SetOtherOutputMask: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT,
pub GetOutputWidth: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetOutputWidth: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetOutputLinePrefix: unsafe extern "system" fn(_: *mut c_void, _: PSTR, _: u32, _: *mut u32) -> HRESULT,
pub SetOutputLinePrefix: unsafe extern "system" fn(_: *mut c_void, _: PCSTR) -> HRESULT,
pub GetIdentity: unsafe extern "system" fn(_: *mut c_void, _: PSTR, _: u32, _: *mut u32) -> HRESULT,
pub OutputIdentity: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: PCSTR) -> HRESULT,
pub GetEventCallbacks: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetEventCallbacks: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub FlushCallbacks: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub WriteDumpFile2: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: u32, _: u32, _: PCSTR) -> HRESULT,
pub AddDumpInformationFile: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: u32) -> HRESULT,
pub EndProcessServer: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT,
pub WaitForProcessServerEnd: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub IsKernelDebuggerEnabled: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub TerminateCurrentProcess: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub DetachCurrentProcess: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub AbandonCurrentProcess: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetRunningProcessSystemIdByExecutableNameWide: unsafe extern "system" fn(_: *mut c_void, _: u64, _: PCWSTR, _: u32, _: *mut u32) -> HRESULT,
pub GetRunningProcessDescriptionWide: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u32, _: u32, _: PWSTR, _: u32, _: *mut u32, _: PWSTR, _: u32, _: *mut u32) -> HRESULT,
pub CreateProcessWide: unsafe extern "system" fn(_: *mut c_void, _: u64, _: PCWSTR, _: u32) -> HRESULT,
pub CreateProcessAndAttachWide: unsafe extern "system" fn(_: *mut c_void, _: u64, _: PCWSTR, _: u32, _: u32, _: u32) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§AttachKernel: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCSTR) -> HRESULT§GetKernelConnectionOptions: unsafe extern "system" fn(_: *mut c_void, _: PSTR, _: u32, _: *mut u32) -> HRESULT§SetKernelConnectionOptions: unsafe extern "system" fn(_: *mut c_void, _: PCSTR) -> HRESULT§StartProcessServer: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCSTR, _: *const c_void) -> HRESULT§ConnectProcessServer: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: *mut u64) -> HRESULT§DisconnectProcessServer: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT§GetRunningProcessSystemIds: unsafe extern "system" fn(_: *mut c_void, _: u64, _: *mut u32, _: u32, _: *mut u32) -> HRESULT§GetRunningProcessSystemIdByExecutableName: unsafe extern "system" fn(_: *mut c_void, _: u64, _: PCSTR, _: u32, _: *mut u32) -> HRESULT§GetRunningProcessDescription: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u32, _: u32, _: PSTR, _: u32, _: *mut u32, _: PSTR, _: u32, _: *mut u32) -> HRESULT§AttachProcess: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u32, _: u32) -> HRESULT§CreateProcessA: unsafe extern "system" fn(_: *mut c_void, _: u64, _: PCSTR, _: u32) -> HRESULT§CreateProcessAndAttach: unsafe extern "system" fn(_: *mut c_void, _: u64, _: PCSTR, _: u32, _: u32, _: u32) -> HRESULT§GetProcessOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§AddProcessOptions: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§RemoveProcessOptions: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§SetProcessOptions: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§OpenDumpFile: unsafe extern "system" fn(_: *mut c_void, _: PCSTR) -> HRESULT§WriteDumpFile: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: u32) -> HRESULT§ConnectSession: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT§StartServer: unsafe extern "system" fn(_: *mut c_void, _: PCSTR) -> HRESULT§OutputServers: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCSTR, _: u32) -> HRESULT§TerminateProcesses: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§DetachProcesses: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§EndSession: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§GetExitCode: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§DispatchCallbacks: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§ExitDispatch: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§CreateClient: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetInputCallbacks: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetInputCallbacks: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§GetOutputCallbacks: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetOutputCallbacks: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§GetOutputMask: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetOutputMask: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§GetOtherOutputMask: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT§SetOtherOutputMask: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT§GetOutputWidth: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetOutputWidth: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§GetOutputLinePrefix: unsafe extern "system" fn(_: *mut c_void, _: PSTR, _: u32, _: *mut u32) -> HRESULT§SetOutputLinePrefix: unsafe extern "system" fn(_: *mut c_void, _: PCSTR) -> HRESULT§GetIdentity: unsafe extern "system" fn(_: *mut c_void, _: PSTR, _: u32, _: *mut u32) -> HRESULT§OutputIdentity: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: PCSTR) -> HRESULT§GetEventCallbacks: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetEventCallbacks: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§FlushCallbacks: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§WriteDumpFile2: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: u32, _: u32, _: PCSTR) -> HRESULT§AddDumpInformationFile: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: u32) -> HRESULT§EndProcessServer: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT§WaitForProcessServerEnd: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§IsKernelDebuggerEnabled: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§TerminateCurrentProcess: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§DetachCurrentProcess: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§AbandonCurrentProcess: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§GetRunningProcessSystemIdByExecutableNameWide: unsafe extern "system" fn(_: *mut c_void, _: u64, _: PCWSTR, _: u32, _: *mut u32) -> HRESULT§GetRunningProcessDescriptionWide: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u32, _: u32, _: PWSTR, _: u32, _: *mut u32, _: PWSTR, _: u32, _: *mut u32) -> HRESULT§CreateProcessWide: unsafe extern "system" fn(_: *mut c_void, _: u64, _: PCWSTR, _: u32) -> HRESULT§CreateProcessAndAttachWide: unsafe extern "system" fn(_: *mut c_void, _: u64, _: PCWSTR, _: u32, _: u32, _: u32) -> HRESULTImplementations§
§impl IDebugClient3_Vtbl
impl IDebugClient3_Vtbl
pub const fn new<Identity: IDebugClient3_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDebugClient3_Vtbl
impl RefUnwindSafe for IDebugClient3_Vtbl
impl Send for IDebugClient3_Vtbl
impl Sync for IDebugClient3_Vtbl
impl Unpin for IDebugClient3_Vtbl
impl UnwindSafe for IDebugClient3_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