#[repr(C)]
pub struct IDebugClient4_Vtbl {
Show 64 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, pub OpenDumpFileWide: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u64) -> HRESULT, pub WriteDumpFileWide: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u64, _: u32, _: u32, _: PCWSTR) -> HRESULT, pub AddDumpInformationFileWide: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u64, _: u32) -> HRESULT, pub GetNumberDumpFiles: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT, pub GetDumpFile: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PSTR, _: u32, _: *mut u32, _: *mut u64, _: *mut u32) -> HRESULT, pub GetDumpFileWide: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR, _: u32, _: *mut u32, _: *mut u64, _: *mut 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) -> HRESULT§OpenDumpFileWide: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u64) -> HRESULT§WriteDumpFileWide: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u64, _: u32, _: u32, _: PCWSTR) -> HRESULT§AddDumpInformationFileWide: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u64, _: u32) -> HRESULT§GetNumberDumpFiles: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§GetDumpFile: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PSTR, _: u32, _: *mut u32, _: *mut u64, _: *mut u32) -> HRESULT§GetDumpFileWide: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR, _: u32, _: *mut u32, _: *mut u64, _: *mut u32) -> HRESULT

Implementations§

§

impl IDebugClient4_Vtbl

pub const fn new<Identity, const OFFSET: isize>() -> IDebugClient4_Vtbl
where Identity: IDebugClient4_Impl + IUnknownImpl,

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.