// d3dumddi.h
typedef struct _D3DDDICB_DESTROYCONTEXT {
[in] HANDLE hContext;
} D3DDDICB_DESTROYCONTEXT;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DDDICB_DESTROYCONTEXT structure contains the handle to a context to destroy.
hContext [in]A handle that the pfnCreateContextCb function returns and that identifies the context to destroy.