// d3dkmddi.h
typedef struct _DXGKARG_QUERYCURRENTFENCE {
[out] UINT CurrentFence;
[in] UINT NodeOrdinal;
[in] UINT EngineOrdinal;
} DXGKARG_QUERYCURRENTFENCE;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKARG_QUERYCURRENTFENCE structure describes the latest completed submission fence.
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.