AcxPinGetRawDataFormatList function (acxpin.h)

The AcxPinGetRawDataFormatList function returns the raw mode data format list for the specified pin.

Syntax

ACXDATAFORMATLIST AcxPinGetRawDataFormatList(
  ACXPIN AcxPin
);

Parameters

AcxPin

The pin for which to get the data format list.

Return value

Returns the ACXDATAFORMATLIST for the pin specified by AcxPin.

Remarks

This DDI returns NULL if the specified pin doesn't have a raw mode data format list.

ACX requirements

Minimum ACX version: 1.0

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

Requirements

Requirement Value
Header acxpin.h
IRQL <= DISPATCH_LEVEL

See also