// iddcx.h
NTSTATUS IddCxAdapterUpdateMaxDisplayPipelineRate(
[in] IDDCX_ADAPTER hOsAdapterContext,
[in] const IDARG_IN_MAXDISPLAYPIPELINERATE *pInArgs
);
View the official Windows Driver Kit DDI referenceNo description available.
An OS callback function the driver calls to report that the max display pipeline rate has changed
hOsAdapterContext [in]This is the OS context handle for this adapter returned by the IddCxStart call
pInArgs [in]Input arguments to the function
(NTSTATUS) The method returns S_OK if the operation succeeds. Otherwise, this method may return an appropriate NTSTATUS error code.