// d3dumddi.h
typedef struct _D3DDDICB_DESTROYHWCONTEXT {
HANDLE hHwContext;
} D3DDDICB_DESTROYHWCONTEXT;
View the official Windows Driver Kit DDI referenceNo description available.
A structure that holds information to destroy a hardware context.
hHwContextHandle to the context to destroy.