AcxDataFormatListAddDataFormat - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// acxdataformat.h

NTSTATUS AcxDataFormatListAddDataFormat(
  [in] ACXDATAFORMATLIST AcxDataFormatList,
  [in] ACXDATAFORMAT     AcxDataFormat
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxdataformat-acxdataformatlistadddataformat)

Description

The AcxDataFormatListAddDataFormat function adds an ACXDATAFORMAT object to a data format list.

Parameters

AcxDataFormatList [in]

The data format list to which AcxDataFormat is added.

AcxDataFormat [in]

The ACXDATAFORMAT object to add to AcxDataFormatList.

Return value

The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method might return an appropriate NTSTATUS error code.

Remarks

If the data format list doesn't have a default data format, this data format becomes the default data format for that list.

ACX requirements

Minimum ACX version: 1.0

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

See also