共用方式為


配接器結構 (cloneviewhelper.h)

配接器結構描述圖形配接器。

語法

typedef struct tagAdapter {
  WCHAR   AdapterName[128];
  int     numSources;
  Sources sources[1];
} Adapter;

成員

AdapterName[128]

保存圖形配接器名稱的單一寬字元字串。

numSources

來源成員指定之陣列中的視訊呈現來源數目。

sources[1]

Sources 結構的陣列,指定影片簡報網路清單 (VidPN) 拓撲。

規格需求

需求
最低支援的用戶端 可在 Windows Vista 和更新版本的 Windows 作業系統中使用。
標頭 cloneviewhelper.h (包括 Cloneviewhelper.h)

另請參閱

IViewHelper::SetConfiguration

來源