estructura DEBUG_EVENT_CONTEXT (dbgeng.h)
Define información de contexto sobre un evento.
Sintaxis
typedef struct _DEBUG_EVENT_CONTEXT {
ULONG Size;
ULONG ProcessEngineId;
ULONG ThreadEngineId;
ULONG FrameEngineId;
} DEBUG_EVENT_CONTEXT, *PDEBUG_EVENT_CONTEXT;
Miembros
Size
Tamaño del evento.
ProcessEngineId
Identificador del motor de procesos del evento.
ThreadEngineId
Identificador del subproceso de proceso del evento.
FrameEngineId
Identificador del motor de fotogramas del evento.
Requisitos
Requisito | Valor |
---|---|
Header | dbgeng.h (include DbgEng.h) |