D3DKMT_CLOSEADAPTER structure (d3dkmthk.h)

The D3DKMT_CLOSEADAPTER structure specifies the adapter to close.

Syntax

typedef struct _D3DKMT_CLOSEADAPTER {
  D3DKMT_HANDLE hAdapter;
} D3DKMT_CLOSEADAPTER;

Members

hAdapter

_In_ D3DKMT_HANDLE hAdapter

A handle to the graphics adapter to close.

Requirements

Requirement Value
Minimum supported client Windows Vista
Header d3dkmthk.h (include D3dkmthk.h)

See also