// acxtargets.h
NTSTATUS AcxTargetPinRetrieveModeDataFormatList(
ACXTARGETPIN TargetPin,
const GUID *SignalProcessingMode,
ACXDATAFORMATLIST *DataFormatList
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxTargetPinRetrieveModeDataFormatList function given an existing ACXTARGETPIN object, returns the ACXDATAFORMATLIST associated to the specified signal-processing-mode data format list.
TargetPinAn existing ACXTARGETPIN Object. For more information about ACX objects, see Summary of ACX Objects.
SignalProcessingModeA GUID identifying the signal processing mode to which the specified data format list belong.
DataFormatListPointer to a location receiving an ACXDATAFORMATLIST handle. For more information about signal processing modes, Audio Signal Processing Modes.
Returns STATUS_SUCCESS if the call was successful. Otherwise, it returns an appropriate error code. For more information, see Using NTSTATUS Values.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.