Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Defines context information about an event.
Syntax
typedef struct _DEBUG_EVENT_CONTEXT {
ULONG Size;
ULONG ProcessEngineId;
ULONG ThreadEngineId;
ULONG FrameEngineId;
} DEBUG_EVENT_CONTEXT, *PDEBUG_EVENT_CONTEXT;
Members
Size
The size of the event.
ProcessEngineId
The process engine ID of the event.
ThreadEngineId
The process thread ID of the event.
FrameEngineId
The frame engine ID of the event.
Requirements
| Requirement | Value |
|---|---|
| Header | dbgeng.h (include DbgEng.h) |