// d3dkmthk.h
typedef struct _D3DKMT_DESTROYHWCONTEXT {
D3DKMT_HANDLE hHwContext;
} D3DKMT_DESTROYHWCONTEXT;
View the official Windows Driver Kit DDI referenceNo description available.
A structure holding information to destroy a hardware context.
hHwContextA handle that identifies the context being destroyed.