// acxdataformat.h
NTSTATUS AcxDataFormatListAddDataFormat(
[in] ACXDATAFORMATLIST AcxDataFormatList,
[in] ACXDATAFORMAT AcxDataFormat
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxDataFormatListAddDataFormat function adds an ACXDATAFORMAT object to a data format list.
AcxDataFormatList [in]The data format list to which AcxDataFormat is added.
AcxDataFormat [in]The ACXDATAFORMAT object to add to AcxDataFormatList.
The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method might return an appropriate NTSTATUS error code.
If the data format list doesn't have a default data format, this data format becomes the default data format for that list.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.