// d3dkmddi.h
typedef struct _DXGKARGCB_INVALIDATEHWCONTEXT {
[in] HANDLE hAdapter;
[in] HANDLE hHwContext;
[in] DXGK_INVALIDATEHWCONTEXTFLAGS Flags;
} DXGKARGCB_INVALIDATEHWCONTEXT;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKARGCB_INVALIDATEHWCONTEXT structure contains the arguments used in the DXGKCB_INVALIDATEHWCONTEXT callback function, to invalidate a hardware context.
hAdapter [in]Handle to the display adapter.
hHwContext [in]The Dxgkrnl-assigned value for the context that was passed to DxgkDdiCreateContext.
Flags [in]A DXGK_INVALIDATEHWCONTEXTFLAGS structure that contains flag values associated with the context being invalidated.