アダプター構造 (cloneviewhelper.h)

Adapter 構造体では、グラフィックス アダプターについて説明します。

構文

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

メンバー

AdapterName[128]

グラフィックス アダプターの名前を保持する 1 つのワイド文字列。

numSources

ソース メンバーが指定する配列内のビデオ存在 ソース の数。

sources[1]

Video Present Network (VidPN) トポロジの一覧を指定する Sources 構造体の配列。

要件

要件
サポートされている最小のクライアント Windows Vista 以降のバージョンの Windows オペレーティング システムで使用できます。
Header cloneviewhelper.h (Cloneviewhelper.h を含む)

こちらもご覧ください

IViewHelper::SetConfiguration

Sources