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

Public Attributes | |
| ULONG | NewState |
| USHORT | ProcessorLevel |
| USHORT | Processor |
| ULONG | NumberProcessors |
| ULONG | Thread |
| ULONG | ProgramCounter |
| union { | |
| DBGKM_EXCEPTION32 Exception | |
| DBGKD_LOAD_SYMBOLS32 LoadSymbols | |
| } | u |
Definition at line 468 of file windbgkd.h.
| DBGKM_EXCEPTION32 _DBGKD_WAIT_STATE_CHANGE32::Exception |
Definition at line 478 of file windbgkd.h.
| DBGKD_LOAD_SYMBOLS32 _DBGKD_WAIT_STATE_CHANGE32::LoadSymbols |
Definition at line 479 of file windbgkd.h.
| ULONG _DBGKD_WAIT_STATE_CHANGE32::NewState |
Definition at line 470 of file windbgkd.h.
| ULONG _DBGKD_WAIT_STATE_CHANGE32::NumberProcessors |
Definition at line 473 of file windbgkd.h.
| USHORT _DBGKD_WAIT_STATE_CHANGE32::Processor |
Definition at line 472 of file windbgkd.h.
| USHORT _DBGKD_WAIT_STATE_CHANGE32::ProcessorLevel |
Definition at line 471 of file windbgkd.h.
| ULONG _DBGKD_WAIT_STATE_CHANGE32::ProgramCounter |
Definition at line 475 of file windbgkd.h.
| ULONG _DBGKD_WAIT_STATE_CHANGE32::Thread |
Definition at line 474 of file windbgkd.h.
| union { ... } _DBGKD_WAIT_STATE_CHANGE32::u |