D3DKMT_DESTROYHWCONTEXT - NtDoc

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

typedef struct _D3DKMT_DESTROYHWCONTEXT {
  D3DKMT_HANDLE hHwContext;
} D3DKMT_DESTROYHWCONTEXT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_destroyhwcontext)

_D3DKMT_DESTROYHWCONTEXT structure

Description

A structure holding information to destroy a hardware context.

Members

hHwContext

A handle that identifies the context being destroyed.