|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <windbgkd.h>

Public Attributes | |
| ULONG | NewState |
| USHORT | ProcessorLevel |
| USHORT | Processor |
| ULONG | NumberProcessors |
| ULONG64 | Thread |
| ULONG64 | ProgramCounter |
| union { | |
| DBGKM_EXCEPTION64 Exception | |
| DBGKD_LOAD_SYMBOLS64 LoadSymbols | |
| } | u |
Definition at line 483 of file windbgkd.h.
| DBGKM_EXCEPTION64 _DBGKD_WAIT_STATE_CHANGE64::Exception |
Definition at line 493 of file windbgkd.h.
| DBGKD_LOAD_SYMBOLS64 _DBGKD_WAIT_STATE_CHANGE64::LoadSymbols |
Definition at line 494 of file windbgkd.h.
| ULONG _DBGKD_WAIT_STATE_CHANGE64::NewState |
Definition at line 485 of file windbgkd.h.
| ULONG _DBGKD_WAIT_STATE_CHANGE64::NumberProcessors |
Definition at line 488 of file windbgkd.h.
| USHORT _DBGKD_WAIT_STATE_CHANGE64::Processor |
Definition at line 487 of file windbgkd.h.
| USHORT _DBGKD_WAIT_STATE_CHANGE64::ProcessorLevel |
Definition at line 486 of file windbgkd.h.
| ULONG64 _DBGKD_WAIT_STATE_CHANGE64::ProgramCounter |
Definition at line 490 of file windbgkd.h.
| ULONG64 _DBGKD_WAIT_STATE_CHANGE64::Thread |
Definition at line 489 of file windbgkd.h.
| union { ... } _DBGKD_WAIT_STATE_CHANGE64::u |