D3DDDICB_DESTROYCONTEXT structure (d3dumddi.h)

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

Syntax

typedef struct _D3DDDICB_DESTROYCONTEXT {
  [in] HANDLE hContext;
} D3DDDICB_DESTROYCONTEXT;

Members

[in] hContext

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

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later versions of the Windows operating systems.
Header d3dumddi.h (include D3dumddi.h)

See also

pfnCreateContextCb

pfnDestroyContextCb