AcxPinGetRawDataFormatList - NtDoc

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

ACXDATAFORMATLIST AcxPinGetRawDataFormatList(
  ACXPIN AcxPin
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

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

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.

See also