ReactOS 0.4.15-dev-7942-gd23573b
_DBGKD_LOAD_SYMBOLS64 Struct Reference

#include <windbgkd.h>

Public Attributes

ULONG PathNameLength
 
ULONG64 BaseOfDll
 
ULONG64 ProcessId
 
ULONG CheckSum
 
ULONG SizeOfImage
 
BOOLEAN UnloadSymbols
 

Detailed Description

Definition at line 454 of file windbgkd.h.

Member Data Documentation

◆ BaseOfDll

ULONG64 _DBGKD_LOAD_SYMBOLS64::BaseOfDll

Definition at line 457 of file windbgkd.h.

Referenced by KdpReportLoadSymbolsStateChange(), and KdSendPacket().

◆ CheckSum

ULONG _DBGKD_LOAD_SYMBOLS64::CheckSum

Definition at line 459 of file windbgkd.h.

Referenced by KdpReportLoadSymbolsStateChange().

◆ PathNameLength

ULONG _DBGKD_LOAD_SYMBOLS64::PathNameLength

Definition at line 456 of file windbgkd.h.

Referenced by KdpReportLoadSymbolsStateChange().

◆ ProcessId

ULONG64 _DBGKD_LOAD_SYMBOLS64::ProcessId

Definition at line 458 of file windbgkd.h.

Referenced by KdpReportLoadSymbolsStateChange().

◆ SizeOfImage

ULONG _DBGKD_LOAD_SYMBOLS64::SizeOfImage

Definition at line 460 of file windbgkd.h.

Referenced by KdpReportLoadSymbolsStateChange().

◆ UnloadSymbols

BOOLEAN _DBGKD_LOAD_SYMBOLS64::UnloadSymbols

Definition at line 461 of file windbgkd.h.

Referenced by KdpReportLoadSymbolsStateChange(), and KdSendPacket().


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