IDirect3DSwapChain9Ex::GetLastPresentCount method
Returns the number of times the swapchain has been processed.
Syntax
HRESULT GetLastPresentCount( [out] UINT *pLastPresentCount );
Parameters
- pLastPresentCount [out]
-
Type: UINT*
Pointer to a UINT to be filled with the number of times the IDirect3DDevice9Ex::PresentEx method has been called. The count will also be incremented by calling some other APIs such as IDirect3DDevice9::SetDialogBoxMode.
Return value
Type: HRESULT
S_OK the method was successful.
Requirements
|
Header |
|
|---|---|
|
Library |
|
See also
Show: