DXGKARG_RESUMEHWENGINE - NtDoc

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

typedef struct _DXGKARG_RESUMEHWENGINE {
  UINT NodeOrdinal;
  UINT EngineOrdinal;
} DXGKARG_RESUMEHWENGINE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DXGKARG_RESUMEHWENGINE structure

Description

The DXGKARG_RESUMEHWENGINE structure contains arguments used to resume the hardware engine.

Members

NodeOrdinal

[in] GPU node ordinal for the GPU engine that is being requested to resume.

EngineOrdinal

[in] GPU engine ordinal being requested to resume.

See also

DxgkDdiResumeHwEngine