// acxdataformat.h
NTSTATUS AcxDataFormatListRemoveDataFormats(
[in] ACXDATAFORMATLIST AcxDataFormatList
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxDataFormatListRemoveDataFormats function removes all data formats from the specified ACX data format list.
AcxDataFormatList [in]The data format list from which to delete all data formats.
The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method might return an appropriate NTSTATUS error code.
Minimum ACX version: 1.1
For more information about ACX versions, see ACX version overview.