IPresentationManager::GetNextPresentStatistics 方法 (presentation.h)
获取队列中的下一个当前统计信息项。
语法
HRESULT GetNextPresentStatistics(
IPresentStatistics **nextPresentStatistics
);
参数
nextPresentStatistics
类型: IPresentStatistics **
指向队列 中下一个当前统计信息项的指针,如果 nullptr
队列为空,则为 。
返回值
类型: HRESULT
如果函数成功,则返回 S_OK
;否则,它将返回一个 HRESULT
指示错误的值。
注解
如果当前统计信息队列为空,则不会返回任何错误。
nullptr
而是在 out 参数中返回 。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 内部版本 22000 |
最低受支持的服务器 | Windows 内部版本 22000 |
标头 | presentation.h |
Library | dcomp.lib |
DLL | dcomp.dll |