Skip to content

Latest commit

 

History

History
66 lines (53 loc) · 1.55 KB

nf-presentation-ipresentationmanager-getnextpresentstatistics.md

File metadata and controls

66 lines (53 loc) · 1.55 KB
UID tech.root title ms.date targetos description prerelease req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NF:presentation.IPresentationManager.GetNextPresentStatistics
comp_swapchain
IPresentationManager::GetNextPresentStatistics
06/08/2021
Windows
Gets the next present statistics item in the queue.
false
function
dcomp.dll
presentation.h
dcomp.lib
Windows Build 22000
Windows Build 22000
apiref
COM
presentation.h
IPresentationManager::GetNextPresentStatistics
IPresentationManager::GetNextPresentStatistics
presentation/IPresentationManager::GetNextPresentStatistics
c++

-description

Gets the next present statistics item in the queue.

-parameters

-param nextPresentStatistics

Type: IPresentStatistics **

A pointer to the next present statistics item in the queue , or nullptr if the queue is empty.

-returns

Type: HRESULT

If the function succeeds, it returns S_OK; otherwise, it returns an HRESULT value that indicates the error.

-remarks

If the present statistics queue is empty, no error will be returned. Instead, nullptr will be returned in the out parameter.

-see-also