// acxpin.h
NTSTATUS AcxPinAssignModeDataFormatList(
[in] ACXPIN AcxPin,
[in] const GUID *SignalProcessingMode,
[in] ACXDATAFORMATLIST DataFormatList
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxPinAssignModeDataFormatList function assigns a mode data format list to the specified pin.
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.
The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method might return an appropriate NTSTATUS error code.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.