// d3dkmddi.h
typedef enum _DXGK_SCHEDULING_LOG_OPERATION {
DXGK_SCHEDULING_LOG_OPERATION_CONTEXT_STATE_CHANGE
} DXGK_SCHEDULING_LOG_OPERATION;
View the official Windows Driver Kit DDI referenceNo description available.
Describes the log operations. Each operation type has a corresponding data structure for storing its context.
DXGK_SCHEDULING_LOG_OPERATION_CONTEXT_STATE_CHANGEThe log operation is context state change.