AcxDataFormatListRetrieveDefaultDataFormat - NtDoc

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

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

NtDoc

No description available.

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

Description

The AcxDataFormatListRetrieveDefaultDataFormat gets the default ACX data format from the specified ACX data format list.

Parameters

AcxDataFormatList [in]

The ACX data format list from which to get the default ACX data format.

AcxDataFormat [out]

Pointer to the default ACXDATAFORMAT object for the 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.

See also