D3DKMT_CLOSEADAPTER - NtDoc

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

typedef struct _D3DKMT_CLOSEADAPTER {
  D3DKMT_HANDLE hAdapter;
} D3DKMT_CLOSEADAPTER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_CLOSEADAPTER structure

Description

The D3DKMT_CLOSEADAPTER structure specifies the adapter to close.

Members

hAdapter

_In_ D3DKMT_HANDLE hAdapter

A handle to the graphics adapter to close.

See also