Adapter structure (cloneviewhelper.h)
The Adapter structure describes a graphics adapter.
Syntax
typedef struct tagAdapter {
WCHAR AdapterName[128];
int numSources;
Sources sources[1];
} Adapter;
Members
AdapterName[128]
A single wide-character string that holds the name of the graphics adapter.
numSources
The number of video present sources in the array that the sources member specifies.
sources[1]
An array of Sources structures that specify a list of Video Present Network (VidPN) topologies.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
Header | cloneviewhelper.h (include Cloneviewhelper.h) |