ReactOS
0.4.15-dev-2153-g62b4c61
|
#include <windbgkd.h>
Public Attributes | |
ULONG | PathNameLength |
ULONG64 | BaseOfDll |
ULONG64 | ProcessId |
ULONG | CheckSum |
ULONG | SizeOfImage |
BOOLEAN | UnloadSymbols |
Definition at line 434 of file windbgkd.h.
ULONG64 _DBGKD_LOAD_SYMBOLS64::BaseOfDll |
Definition at line 437 of file windbgkd.h.
Referenced by KdpReportLoadSymbolsStateChange(), and KdSendPacket().
ULONG _DBGKD_LOAD_SYMBOLS64::CheckSum |
Definition at line 439 of file windbgkd.h.
Referenced by KdpReportLoadSymbolsStateChange().
ULONG _DBGKD_LOAD_SYMBOLS64::PathNameLength |
Definition at line 436 of file windbgkd.h.
Referenced by KdpReportLoadSymbolsStateChange().
ULONG64 _DBGKD_LOAD_SYMBOLS64::ProcessId |
Definition at line 438 of file windbgkd.h.
Referenced by KdpReportLoadSymbolsStateChange().
ULONG _DBGKD_LOAD_SYMBOLS64::SizeOfImage |
Definition at line 440 of file windbgkd.h.
Referenced by KdpReportLoadSymbolsStateChange().
BOOLEAN _DBGKD_LOAD_SYMBOLS64::UnloadSymbols |
Definition at line 441 of file windbgkd.h.
Referenced by KdpReportLoadSymbolsStateChange(), and KdSendPacket().