ReactOS 0.4.16-dev-401-g45b008d
|
#include <kdtypes.h>
Public Attributes | |
PVOID | BaseOfDll |
ULONG_PTR | ProcessId |
ULONG | CheckSum |
ULONG | SizeOfImage |
PVOID _KD_SYMBOLS_INFO::BaseOfDll |
Definition at line 170 of file kdtypes.h.
Referenced by DbgLoadImageSymbols(), and DbgUnLoadImageSymbols().
ULONG _KD_SYMBOLS_INFO::CheckSum |
Definition at line 172 of file kdtypes.h.
Referenced by DbgLoadImageSymbols(), and DbgUnLoadImageSymbols().
ULONG_PTR _KD_SYMBOLS_INFO::ProcessId |
Definition at line 171 of file kdtypes.h.
Referenced by DbgLoadImageSymbols(), and DbgUnLoadImageSymbols().
ULONG _KD_SYMBOLS_INFO::SizeOfImage |
Definition at line 173 of file kdtypes.h.
Referenced by DbgLoadImageSymbols(), and DbgUnLoadImageSymbols().