IddCxAdapterUpdateMaxDisplayPipelineRate function (iddcx.h)
An OS callback function the driver calls to report that the max display pipeline rate has changed
Syntax
NTSTATUS IddCxAdapterUpdateMaxDisplayPipelineRate(
[in] IDDCX_ADAPTER hOsAdapterContext,
[in] const IDARG_IN_MAXDISPLAYPIPELINERATE *pInArgs
);
Parameters
[in] hOsAdapterContext
This is the OS context handle for this adapter returned by the IddCxStart call
[in] pInArgs
Input arguments to the function
Return value
(NTSTATUS) The method returns S_OK 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 |