适配器结构 (cloneviewhelper.h)
适配器结构描述图形适配器。
语法
typedef struct tagAdapter {
WCHAR AdapterName[128];
int numSources;
Sources sources[1];
} Adapter;
成员
AdapterName[128]
一个包含图形适配器名称的宽字符字符串。
numSources
源成员指定的数组中存在的 视频源 数。
sources[1]
源结构的数组,指定视频演示网络 (VidPN) 拓扑的列表。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | 在 Windows Vista 和更高版本的 Windows 操作系统中可用。 |
标头 | cloneviewhelper.h (包括 Cloneviewhelper.h) |