AcxDataFormatListRemoveDataFormat function (acxdataformat.h)

The AcxDataFormatListRemoveDataFormat function removes the specified ACX data format from an ACX data format list.

Syntax

NTSTATUS AcxDataFormatListRemoveDataFormat(
  [in] ACXDATAFORMATLIST AcxDataFormatList,
  [in] ACXDATAFORMAT     AcxDataFormat
);

Parameters

[in] AcxDataFormatList

The ACX data format list from which to remove AcxDataFormat.

[in] AcxDataFormat

The ACXDATAFORMAT object to remove from AcxDataFormatList.

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.0

For more information about ACX versions, see ACX version overview.

Requirements

Requirement Value
Header acxdataformat.h
IRQL <= DISPATCH_LEVEL

See also