// 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 referenceNo description available.
Contains information about the scheduling log context state change event.
hKmdContextA handle to the context.
newContextStateThe context state to change to.