ReactOS 0.4.16-dev-746-g329a414
_KD_SYMBOLS_INFO Struct Reference

#include <kdtypes.h>

Collaboration diagram for _KD_SYMBOLS_INFO:

Public Attributes

PVOID BaseOfDll
 
ULONG_PTR ProcessId
 
ULONG CheckSum
 
ULONG SizeOfImage
 

Detailed Description

Definition at line 266 of file kdtypes.h.

Member Data Documentation

◆ BaseOfDll

PVOID _KD_SYMBOLS_INFO::BaseOfDll

Definition at line 268 of file kdtypes.h.

Referenced by DbgLoadImageSymbols(), and DbgUnLoadImageSymbols().

◆ CheckSum

ULONG _KD_SYMBOLS_INFO::CheckSum

Definition at line 270 of file kdtypes.h.

Referenced by DbgLoadImageSymbols(), and DbgUnLoadImageSymbols().

◆ ProcessId

ULONG_PTR _KD_SYMBOLS_INFO::ProcessId

Definition at line 269 of file kdtypes.h.

Referenced by DbgLoadImageSymbols(), and DbgUnLoadImageSymbols().

◆ SizeOfImage

ULONG _KD_SYMBOLS_INFO::SizeOfImage

Definition at line 271 of file kdtypes.h.

Referenced by DbgLoadImageSymbols(), and DbgUnLoadImageSymbols().


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