Sources 構造体 (cloneviewhelper.h)
Sources 構造体には、Video Present Network (VidPN) トポロジが含まれています。
構文
typedef struct tagSources {
ULONG sourceId;
int numTargets;
ULONG aTargets[1];
} Sources;
メンバー
sourceId
VidPN トポロジ内のビデオ存在ソースのソース識別子。
numTargets
aTargets メンバーが指定する配列内のビデオ存在ターゲットの数。これは、VidPN トポロジ内のビデオ 存在ターゲットの数です。
aTargets[1]
VidPN トポロジ内のビデオの現在のターゲットの識別子の配列。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows Vista 以降のバージョンの Windows オペレーティング システムで使用できます。 |
Header | cloneviewhelper.h (Cloneviewhelper.h を含む) |