Adapters structure (cloneviewhelper.h)
The Adapters structure contains a list of graphics adapters.
Syntax
typedef struct tagAdapters {
int numAdapters;
Adapter adapter[1];
} Adapters;
Members
numAdapters
The number of graphics adapters in the array that the adapter member specifies.
adapter[1]
An array of Adapter structures that specify information about graphics adapters.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
Header | cloneviewhelper.h (include Cloneviewhelper.h) |