// acxdataformat.h
NTSTATUS AcxDataFormatListAssignDefaultDataFormat(
[in] ACXDATAFORMATLIST AcxDataFormatList,
[in] ACXDATAFORMAT AcxDataFormat
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxDataFormatListAssignDefaultDataFormat function adds an ACXDATAFORMAT object to the specified data format list and sets the ACXDATAFORMAT object as the default.
AcxDataFormatList [in]The data format list to which the ACXDATAFORMAT object is added and assigned as the default.
AcxDataFormat [in]The ACXDATAFORMAT object to add and assign as the default in the AcxDataFormatList.
The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method might return an appropriate NTSTATUS error code.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.