// d3dkmthk.h
typedef struct _D3DKMT_CLOSEADAPTER {
D3DKMT_HANDLE hAdapter;
} D3DKMT_CLOSEADAPTER;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_CLOSEADAPTER structure specifies the adapter to close.
hAdapter_In_ D3DKMT_HANDLE hAdapter
A handle to the graphics adapter to close.