DXGKARG_QUERYCURRENTFENCE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

typedef struct _DXGKARG_QUERYCURRENTFENCE {
  [out] UINT CurrentFence;
  [in]  UINT NodeOrdinal;
  [in]  UINT EngineOrdinal;
} DXGKARG_QUERYCURRENTFENCE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DXGKARG_QUERYCURRENTFENCE structure

Description

The DXGKARG_QUERYCURRENTFENCE structure describes the latest completed submission fence.

Members

CurrentFence [out]

The current fence data.

NodeOrdinal [in]

The zero-based index of the node for the current fence.

EngineOrdinal [in]

The zero-based index of the engine, within the node that NodeOrdinal specifies, for the current fence.

See also

DxgkDdiQueryCurrentFence