AcxPinRetrieveModeDataFormatList - NtDoc

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

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

NtDoc

No description available.

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

Description

The AcxPinRetrieveModeDataFormatList function gets the mode data format list for the specified pin.

Parameters

AcxPin [in]

The pin for which to retrieve the mode data format list.

SignalProcessingMode [in]

The GUID of the signal processing mode for which to retrieve the data format list.

DataFormatList [out]

Pointer to an ACXDATAFORMATLIST to receive the data format list object handle.

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