// iddcx.h
NTSTATUS IddCxSwapChainReportFrameStatistics(
[in] IDDCX_SWAPCHAIN SwapChainObject,
[in] const IDARG_IN_REPORTFRAMESTATISTICS *pInArgs
);
View the official Windows Driver Kit DDI referenceNo description available.
An OS callback function the driver calls to report the frame statistics after it has processed a frame completely.
SwapChainObject [in]The swap-chain object whose frame statistics are being reported.
pInArgs [in]Pointer to a IDARG_IN_REPORTFRAMESTATISTICS structure.
(NTSTATUS) The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method may return an appropriate NTSTATUS error code.
EVT_IDD_CX_MONITOR_ASSIGN_SWAPCHAIN EVT_IDD_CX_MONITOR_UNASSIGN_SWAPCHAIN