D3DKMT_DESTROYCONTEXT - NtDoc

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

typedef struct _D3DKMT_DESTROYCONTEXT {
  [in] D3DKMT_HANDLE hContext;
} D3DKMT_DESTROYCONTEXT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_destroycontext)

_D3DKMT_DESTROYCONTEXT structure

Description

The D3DKMT_DESTROYCONTEXT structure contains a handle to a kernel-mode device context to release.

Members

hContext [in]

A handle to the device context that the Microsoft DirectX graphics kernel subsystem (Dxgkrnl.sys) supplied and that is returned from the call to the D3DKMTCreateContext function.

See also

D3DKMTCreateContext

D3DKMTDestroyContext