IPresentationManager::GetNextPresentStatistics メソッド (presentation.h)
キュー内の次の現在の統計項目を取得します。
構文
HRESULT GetNextPresentStatistics(
IPresentStatistics **nextPresentStatistics
);
パラメーター
nextPresentStatistics
種類: IPresentStatistics **
キュー内の次の現在の統計項目へのポインター。キュー nullptr
が空の場合は 。
戻り値
型: HRESULT
関数が成功した場合は を返 S_OK
します。それ以外の場合は、エラーを HRESULT
示す値を返します。
注釈
現在の統計キューが空の場合、エラーは返されません。 代わりに、 nullptr
は out パラメーターで返されます。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows ビルド 22000 |
サポートされている最小のサーバー | Windows ビルド 22000 |
Header | presentation.h |
Library | dcomp.lib |
[DLL] | dcomp.dll |