D3DKMT_DESTROYDEVICE - NtDoc

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

typedef struct _D3DKMT_DESTROYDEVICE {
  [in] D3DKMT_HANDLE hDevice;
} D3DKMT_DESTROYDEVICE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_DESTROYDEVICE structure

Description

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

Members

hDevice [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 D3DKMTCreateDevice function.

See also

D3DKMTCreateDevice

D3DKMTDestroyDevice