// d3dkmddi.h
typedef struct _DXGKARG_RESUMECONTEXT {
HANDLE hContext;
} DXGKARG_RESUMECONTEXT;
View the official Windows Driver Kit DDI referenceNo description available.
Arguments used to resume a hardware context. A context is created in a resumed state by default.
hContextThe hardware context to be resumed.