ReactOS 0.4.15-dev-7918-g2a2556c
_DBGKD_WAIT_STATE_CHANGE32 Struct Reference

#include <windbgkd.h>

Collaboration diagram for _DBGKD_WAIT_STATE_CHANGE32:

Public Attributes

ULONG NewState
 
USHORT ProcessorLevel
 
USHORT Processor
 
ULONG NumberProcessors
 
ULONG Thread
 
ULONG ProgramCounter
 
union {
   DBGKM_EXCEPTION32   Exception
 
   DBGKD_LOAD_SYMBOLS32   LoadSymbols
 
u
 

Detailed Description

Definition at line 468 of file windbgkd.h.

Member Data Documentation

◆ Exception

DBGKM_EXCEPTION32 _DBGKD_WAIT_STATE_CHANGE32::Exception

Definition at line 478 of file windbgkd.h.

◆ LoadSymbols

DBGKD_LOAD_SYMBOLS32 _DBGKD_WAIT_STATE_CHANGE32::LoadSymbols

Definition at line 479 of file windbgkd.h.

◆ NewState

ULONG _DBGKD_WAIT_STATE_CHANGE32::NewState

Definition at line 470 of file windbgkd.h.

◆ NumberProcessors

ULONG _DBGKD_WAIT_STATE_CHANGE32::NumberProcessors

Definition at line 473 of file windbgkd.h.

◆ Processor

USHORT _DBGKD_WAIT_STATE_CHANGE32::Processor

Definition at line 472 of file windbgkd.h.

◆ ProcessorLevel

USHORT _DBGKD_WAIT_STATE_CHANGE32::ProcessorLevel

Definition at line 471 of file windbgkd.h.

◆ ProgramCounter

ULONG _DBGKD_WAIT_STATE_CHANGE32::ProgramCounter

Definition at line 475 of file windbgkd.h.

◆ Thread

ULONG _DBGKD_WAIT_STATE_CHANGE32::Thread

Definition at line 474 of file windbgkd.h.

◆ 

union { ... } _DBGKD_WAIT_STATE_CHANGE32::u

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