IDirect3DSwapChain9Ex::GetLastPresentCount 方法 (d3d9.h)
返回已处理交换链的次数。
语法
HRESULT GetLastPresentCount(
[out] UINT *pLastPresentCount
);
参数
[out] pLastPresentCount
类型: UINT*
指向要用 调用 IDirect3DDevice9Ex::P resentEx 方法的次数填充的 UINT 的指针。 计数也会通过调用其他一些 API(如 IDirect3DDevice9::SetDialogBoxMode)递增。
返回值
类型: HRESULT
S_OK方法成功。
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | d3d9.h |
Library | D3D9.lib |