Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DXGKARG_RESETHWENGINE structure contains arguments used to reset the hardware engine.
Syntax
typedef struct _DXGKARG_RESETHWENGINE {
UINT NodeOrdinal;
UINT EngineOrdinal;
} DXGKARG_RESETHWENGINE;
Members
NodeOrdinal
[in] GPU node ordinal for the GPU engine that is being requested to reset.
EngineOrdinal
[in] GPU engine ordinal being requested to reset.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1703 (WDDM 2.2) |
| Header | d3dkmddi.h |