DXGK_SCHEDULING_LOG_CONTEXT_STATE_CHANGE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

typedef struct _DXGK_SCHEDULING_LOG_CONTEXT_STATE_CHANGE {
  HANDLE                            hKmdContext;
  DXGK_SCHEDULING_LOG_CONTEXT_STATE newContextState;
} DXGK_SCHEDULING_LOG_CONTEXT_STATE_CHANGE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgk_scheduling_log_context_state_change)

_DXGK_SCHEDULING_LOG_CONTEXT_STATE_CHANGE structure

Description

Contains information about the scheduling log context state change event.

Members

hKmdContext

A handle to the context.

newContextState

The context state to change to.

Remarks

See also