DXGKARG_RESUMECONTEXT - NtDoc

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

typedef struct _DXGKARG_RESUMECONTEXT {
  HANDLE hContext;
} DXGKARG_RESUMECONTEXT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DXGKARG_RESUMECONTEXT structure

Description

Arguments used to resume a hardware context. A context is created in a resumed state by default.

Members

hContext

The hardware context to be resumed.

Remarks

See also