// acxpin.h
ACXDATAFORMATLIST AcxPinGetRawDataFormatList(
ACXPIN AcxPin
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxPinGetRawDataFormatList function returns the raw mode data format list for the specified pin.
AcxPinThe pin for which to get the data format list.
Returns the ACXDATAFORMATLIST for the pin specified by AcxPin.
This DDI returns NULL if the specified pin doesn't have a raw mode data format list.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.