DXGKARG_QUERYENGINESTATUS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

_DXGKARG_QUERYENGINESTATUS structure

Description

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.

Members

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.

Remarks

For more information, see TDR changes in Windows 8.

See also

DXGK_ENGINESTATUS

DxgkDdiQueryEngineStatus