描述计时和组合信息。
语法
typedef struct tagCOMPOSITION_STATS {
UINT presentCount;
UINT refreshCount;
UINT virtualRefreshCount;
UINT64 time;
} COMPOSITION_STATS;
成员
presentCount
类型: UINT
向目标呈现帧的运行总次数。
refreshCount
类型: UINT
最后一帧呈现给目标的 v 空白的运行总计数。
virtualRefreshCount
类型: UINT
time
类型: UINT64
要求
| 最低受支持的客户端 | Windows 内部版本 22000 |
| 最低受支持的服务器 | Windows 内部版本 22000 |
| 标头 | dcomptypes.h |