// d3dkmddi.h
typedef struct _DXGK_ENGINESTATUS {
union {
struct {
UINT Responsive : 1;
UINT Reserved : 31;
};
UINT Value;
};
} DXGK_ENGINESTATUS;
View the official Windows Driver Kit DDI referenceNo description available.
Indicates the progress of a node within an active physical display adapter (engine) specified by a DXGKARG_QUERYENGINESTATUS structure.
ResponsiveThe display miniport driver must set this member to a value of 1 if the node and physical adapter are making progress in operations, or to 0 if the node and physical adapter are not responding to queries to report progress.
ReservedThis member is reserved and should be set to zero.
ValueA 32-bit value that specifies the progress of the physical adapter.