Skip to content

Latest commit

 

History

History
69 lines (54 loc) · 2.11 KB

nf-iddcx-iddcxswapchainreportframestatistics.md

File metadata and controls

69 lines (54 loc) · 2.11 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:iddcx.IddCxSwapChainReportFrameStatistics
IddCxSwapChainReportFrameStatistics function (iddcx.h)
An OS callback function the driver calls to report the frame statistics after it has processed a frame completely.
display\iddcxswapchainreportframestatistics.htm
display
05/10/2018
IddCxSwapChainReportFrameStatistics function
IddCxSwapChainReportFrameStatistics, IddCxSwapChainReportFrameStatistics method [Display Devices], display.iddcxswapchainreportframestatistics, iddcx/IddCxSwapChainReportFrameStatistics
iddcx.h
Windows
Windows 10
Windows Server 2016
IddCxStub.lib
IddCx.dll
_Must_inspect_result_
Windows
IddCxSwapChainReportFrameStatistics
iddcx/IddCxSwapChainReportFrameStatistics
APIRef
kbSyntax
DllExport
IddCx.dll
IddCxSwapChainReportFrameStatistics

IddCxSwapChainReportFrameStatistics function

-description

An OS callback function the driver calls to report the frame statistics after it has processed a frame completely.

-parameters

-param SwapChainObject [in]

The swap-chain object whose frame statistics are being reported.

-param pInArgs [in]

Pointer to a IDARG_IN_REPORTFRAMESTATISTICS structure.

-returns

(NTSTATUS) The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method may return an appropriate NTSTATUS error code.

-see-also

EVT_IDD_CX_MONITOR_ASSIGN_SWAPCHAIN EVT_IDD_CX_MONITOR_UNASSIGN_SWAPCHAIN