// d3dkmddi.h
typedef struct _DXGKARG_QUERYENGINESTATUS {
[in] UINT NodeOrdinal;
[in] UINT EngineOrdinal;
[out] DXGK_ENGINESTATUS EngineStatus;
} DXGKARG_QUERYENGINESTATUS;
View the official Windows Driver Kit DDI referenceNo description available.
Used in a call to the DxgkDdiQueryEngineStatus function to specify a node within an active physical adapter (engine) that is to be queried for its progress.
NodeOrdinal [in]An index of a node within the physical adapter defined by the EngineOrdinal member that is being queried in a call to DxgkDdiQueryEngineStatus.
EngineOrdinal [in]An index that defines the physical adapter in a linked display adapter (LDA) configuration that the node defined by NodeOrdinal belongs to.
EngineStatus [out]The progress, of type DXGK_ENGINESTATUS, of the node and physical adapter that are specified by the NodeOrdinal and EngineOrdinal members.
For more information, see TDR changes in Windows 8.