// d3dkmddi.h
typedef struct _DXGKARG_RESUMEHWENGINE {
UINT NodeOrdinal;
UINT EngineOrdinal;
} DXGKARG_RESUMEHWENGINE;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKARG_RESUMEHWENGINE structure contains arguments used to resume the hardware engine.
NodeOrdinal[in] GPU node ordinal for the GPU engine that is being requested to resume.
EngineOrdinal[in] GPU engine ordinal being requested to resume.