D3DDDICB_DESTROYCONTEXT - NtDoc

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

typedef struct _D3DDDICB_DESTROYCONTEXT {
  [in] HANDLE hContext;
} D3DDDICB_DESTROYCONTEXT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_d3dddicb_destroycontext)

_D3DDDICB_DESTROYCONTEXT structure

Description

The D3DDDICB_DESTROYCONTEXT structure contains the handle to a context to destroy.

Members

hContext [in]

A handle that the pfnCreateContextCb function returns and that identifies the context to destroy.

See also

pfnCreateContextCb

pfnDestroyContextCb