ReactOS 0.4.15-dev-7953-g1f49173
_DBGKD_WAIT_STATE_CHANGE64 Struct Reference

#include <windbgkd.h>

Collaboration diagram for _DBGKD_WAIT_STATE_CHANGE64:

Public Attributes

ULONG NewState
 
USHORT ProcessorLevel
 
USHORT Processor
 
ULONG NumberProcessors
 
ULONG64 Thread
 
ULONG64 ProgramCounter
 
union {
   DBGKM_EXCEPTION64   Exception
 
   DBGKD_LOAD_SYMBOLS64   LoadSymbols
 
u
 

Detailed Description

Definition at line 483 of file windbgkd.h.

Member Data Documentation

◆ Exception

DBGKM_EXCEPTION64 _DBGKD_WAIT_STATE_CHANGE64::Exception

Definition at line 493 of file windbgkd.h.

◆ LoadSymbols

DBGKD_LOAD_SYMBOLS64 _DBGKD_WAIT_STATE_CHANGE64::LoadSymbols

Definition at line 494 of file windbgkd.h.

◆ NewState

ULONG _DBGKD_WAIT_STATE_CHANGE64::NewState

Definition at line 485 of file windbgkd.h.

◆ NumberProcessors

ULONG _DBGKD_WAIT_STATE_CHANGE64::NumberProcessors

Definition at line 488 of file windbgkd.h.

◆ Processor

USHORT _DBGKD_WAIT_STATE_CHANGE64::Processor

Definition at line 487 of file windbgkd.h.

◆ ProcessorLevel

USHORT _DBGKD_WAIT_STATE_CHANGE64::ProcessorLevel

Definition at line 486 of file windbgkd.h.

◆ ProgramCounter

ULONG64 _DBGKD_WAIT_STATE_CHANGE64::ProgramCounter

Definition at line 490 of file windbgkd.h.

◆ Thread

ULONG64 _DBGKD_WAIT_STATE_CHANGE64::Thread

Definition at line 489 of file windbgkd.h.

◆ 

union { ... } _DBGKD_WAIT_STATE_CHANGE64::u

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