AcxTargetPinRetrieveModeDataFormatList - NtDoc

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

NTSTATUS AcxTargetPinRetrieveModeDataFormatList(
  ACXTARGETPIN      TargetPin,
  const GUID        *SignalProcessingMode,
  ACXDATAFORMATLIST *DataFormatList
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxtargets-acxtargetpinretrievemodedataformatlist)

Description

The AcxTargetPinRetrieveModeDataFormatList function given an existing ACXTARGETPIN object, returns the ACXDATAFORMATLIST associated to the specified signal-processing-mode data format list.

Parameters

TargetPin

An existing ACXTARGETPIN Object. For more information about ACX objects, see Summary of ACX Objects.

SignalProcessingMode

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

DataFormatList

Pointer to a location receiving an ACXDATAFORMATLIST handle. For more information about signal processing modes, Audio Signal Processing Modes.

Return value

Returns STATUS_SUCCESS if the call was successful. Otherwise, it returns an appropriate error code. For more information, see Using NTSTATUS Values.

Remarks

ACX requirements

Minimum ACX version: 1.0

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

See also