IddCxAdapterUpdateMaxDisplayPipelineRate - NtDoc

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

NTSTATUS IddCxAdapterUpdateMaxDisplayPipelineRate(
  [in] IDDCX_ADAPTER                         hOsAdapterContext,
  [in] const IDARG_IN_MAXDISPLAYPIPELINERATE *pInArgs
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

IddCxAdapterUpdateMaxDisplayPipelineRate function

Description

An OS callback function the driver calls to report that the max display pipeline rate has changed

Parameters

hOsAdapterContext [in]

This is the OS context handle for this adapter returned by the IddCxStart call

pInArgs [in]

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.