// acxdataformat.h
NTSTATUS AcxDataFormatListRemoveDataFormat(
[in] ACXDATAFORMATLIST AcxDataFormatList,
[in] ACXDATAFORMAT AcxDataFormat
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxDataFormatListRemoveDataFormat function removes the specified ACX data format from an ACX data format list.
AcxDataFormatList [in]The ACX data format list from which to remove AcxDataFormat.
AcxDataFormat [in]The ACXDATAFORMAT object to remove from 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.