Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The AcxDataFormatListRemoveDataFormats function removes all data formats from the specified ACX data format list.
Syntax
NTSTATUS AcxDataFormatListRemoveDataFormats(
[in] ACXDATAFORMATLIST AcxDataFormatList
);
Parameters
[in] AcxDataFormatList
The data format list from which to delete all data formats.
Return value
The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method might return an appropriate NTSTATUS error code.
Remarks
ACX requirements
Minimum ACX version: 1.1
For more information about ACX versions, see ACX version overview.
Requirements
Requirement | Value |
---|---|
Header | acxdataformat.h |
IRQL | <= DISPATCH_LEVEL |