IddCxSwapChainReportFrameStatistics - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iddcx.h

NTSTATUS IddCxSwapChainReportFrameStatistics(
  [in] IDDCX_SWAPCHAIN                      SwapChainObject,
  [in] const IDARG_IN_REPORTFRAMESTATISTICS *pInArgs
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-iddcx-iddcxswapchainreportframestatistics)

IddCxSwapChainReportFrameStatistics function

Description

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

Parameters

SwapChainObject [in]

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

pInArgs [in]

Pointer to a IDARG_IN_REPORTFRAMESTATISTICS structure.

Return value

(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