Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An OS callback function the driver calls to report the frame statistics after it has processed a frame completely.
Syntax
NTSTATUS IddCxSwapChainReportFrameStatistics(
[in] IDDCX_SWAPCHAIN SwapChainObject,
[in] const IDARG_IN_REPORTFRAMESTATISTICS *pInArgs
);
Parameters
[in] SwapChainObject
The swap-chain object whose frame statistics are being reported.
[in] pInArgs
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Minimum supported server | Windows Server 2016 |
Target Platform | Windows |
Header | iddcx.h |
Library | IddCxStub.lib |
DLL | IddCx.dll |
IRQL | Must_inspect_result |
See also
EVT_IDD_CX_MONITOR_ASSIGN_SWAPCHAIN EVT_IDD_CX_MONITOR_UNASSIGN_SWAPCHAIN