ReactOS 0.4.15-dev-7942-gd23573b
_WINDBG_EXTENSION_APIS Struct Reference

#include <wdbgexts.h>

Collaboration diagram for _WINDBG_EXTENSION_APIS:

Public Attributes

ULONG nSize
 
PWINDBG_OUTPUT_ROUTINE lpOutputRoutine
 
PWINDBG_GET_EXPRESSION lpGetExpressionRoutine
 
PWINDBG_GET_SYMBOL lpGetSymbolRoutine
 
PWINDBG_DISASM lpDisasmRoutine
 
PWINDBG_CHECK_CONTROL_C lpCheckControlCRoutine
 
PWINDBG_READ_PROCESS_MEMORY_ROUTINE lpReadProcessMemoryRoutine
 
PWINDBG_WRITE_PROCESS_MEMORY_ROUTINE lpWriteProcessMemoryRoutine
 
PWINDBG_GET_THREAD_CONTEXT_ROUTINE lpGetThreadContextRoutine
 
PWINDBG_SET_THREAD_CONTEXT_ROUTINE lpSetThreadContextRoutine
 
PWINDBG_IOCTL_ROUTINE lpIoctlRoutine
 
PWINDBG_STACKTRACE_ROUTINE lpStackTraceRoutine
 

Detailed Description

Definition at line 51 of file wdbgexts.h.

Member Data Documentation

◆ lpCheckControlCRoutine

PWINDBG_CHECK_CONTROL_C _WINDBG_EXTENSION_APIS::lpCheckControlCRoutine

Definition at line 58 of file wdbgexts.h.

◆ lpDisasmRoutine

PWINDBG_DISASM _WINDBG_EXTENSION_APIS::lpDisasmRoutine

Definition at line 57 of file wdbgexts.h.

◆ lpGetExpressionRoutine

PWINDBG_GET_EXPRESSION _WINDBG_EXTENSION_APIS::lpGetExpressionRoutine

Definition at line 55 of file wdbgexts.h.

◆ lpGetSymbolRoutine

PWINDBG_GET_SYMBOL _WINDBG_EXTENSION_APIS::lpGetSymbolRoutine

Definition at line 56 of file wdbgexts.h.

◆ lpGetThreadContextRoutine

PWINDBG_GET_THREAD_CONTEXT_ROUTINE _WINDBG_EXTENSION_APIS::lpGetThreadContextRoutine

Definition at line 61 of file wdbgexts.h.

◆ lpIoctlRoutine

PWINDBG_IOCTL_ROUTINE _WINDBG_EXTENSION_APIS::lpIoctlRoutine

Definition at line 63 of file wdbgexts.h.

◆ lpOutputRoutine

PWINDBG_OUTPUT_ROUTINE _WINDBG_EXTENSION_APIS::lpOutputRoutine

Definition at line 54 of file wdbgexts.h.

◆ lpReadProcessMemoryRoutine

PWINDBG_READ_PROCESS_MEMORY_ROUTINE _WINDBG_EXTENSION_APIS::lpReadProcessMemoryRoutine

Definition at line 59 of file wdbgexts.h.

◆ lpSetThreadContextRoutine

PWINDBG_SET_THREAD_CONTEXT_ROUTINE _WINDBG_EXTENSION_APIS::lpSetThreadContextRoutine

Definition at line 62 of file wdbgexts.h.

◆ lpStackTraceRoutine

PWINDBG_STACKTRACE_ROUTINE _WINDBG_EXTENSION_APIS::lpStackTraceRoutine

Definition at line 64 of file wdbgexts.h.

◆ lpWriteProcessMemoryRoutine

PWINDBG_WRITE_PROCESS_MEMORY_ROUTINE _WINDBG_EXTENSION_APIS::lpWriteProcessMemoryRoutine

Definition at line 60 of file wdbgexts.h.

◆ nSize

ULONG _WINDBG_EXTENSION_APIS::nSize

Definition at line 53 of file wdbgexts.h.


The documentation for this struct was generated from the following file: