AcxPinAssignModeDataFormatList - NtDoc

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

NTSTATUS AcxPinAssignModeDataFormatList(
  [in] ACXPIN            AcxPin,
  [in] const GUID        *SignalProcessingMode,
  [in] ACXDATAFORMATLIST DataFormatList
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxpin-acxpinassignmodedataformatlist)

Description

The AcxPinAssignModeDataFormatList function assigns a mode data format list to the specified pin.

Parameters

AcxPin [in]

The pin to which the mode data format list is assigned.

SignalProcessingMode [in]

A GUID identifying the signal processing mode to which the specified data format list belong.

DataFormatList [in]

The data format list to assign for the specified SignalProcessingMode.

Return value

The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method might return an appropriate NTSTATUS error code.

Remarks

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

See also