表示インスタンスの配列とその数を取得します。
構文
void GetDisplayInstanceArray(
UINT *displayInstanceArrayCount,
const CompositionFrameDisplayInstance **displayInstanceArray
);
パラメーター
displayInstanceArrayCount
型: UINT
の displayInstanceArray数。
displayInstanceArray
種類: CompositionFrameDisplayInstance **
表示インスタンスの配列。
戻り値
なし
解説
このデータは の有効期間 ICompositionFramePresentStatistics中有効であり、 が解放された後 ICompositionFramePresentStatistics に読み取られるべきではありません。
要件
| 要件 | 値 |
|---|---|
| サポートされている最小のクライアント | Windows ビルド 22000 |
| サポートされている最小のサーバー | Windows ビルド 22000 |
| Header | presentation.h |
| Library | dcomp.lib |
| [DLL] | dcomp.dll |