ReactOS 0.4.15-dev-8052-gc0e3179
_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 168 of file kdtypes.h.

Member Data Documentation

◆ BaseOfDll

PVOID _KD_SYMBOLS_INFO::BaseOfDll

Definition at line 170 of file kdtypes.h.

Referenced by DbgLoadImageSymbols(), and DbgUnLoadImageSymbols().

◆ CheckSum

ULONG _KD_SYMBOLS_INFO::CheckSum

Definition at line 172 of file kdtypes.h.

Referenced by DbgLoadImageSymbols(), and DbgUnLoadImageSymbols().

◆ ProcessId

ULONG_PTR _KD_SYMBOLS_INFO::ProcessId

Definition at line 171 of file kdtypes.h.

Referenced by DbgLoadImageSymbols(), and DbgUnLoadImageSymbols().

◆ SizeOfImage

ULONG _KD_SYMBOLS_INFO::SizeOfImage

Definition at line 173 of file kdtypes.h.

Referenced by DbgLoadImageSymbols(), and DbgUnLoadImageSymbols().


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