AcxDataFormatIsEqual - NtDoc

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

BOOLEAN AcxDataFormatIsEqual(
  [in] ACXDATAFORMAT DataFormat1,
  [in] ACXDATAFORMAT DataFormat2
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The AcxDataFormatIsEqual function compares two ACXDATAFORMAT objects for equality.

Parameters

DataFormat1 [in]

The first ACXDATAFORMAT object to compare.

DataFormat2 [in]

The second ACXDATAFORMAT object to compare.

Return value

Returns TRUE if DataFormat1 and DataFormat2 are equal, otherwise FALSE.

Remarks

ACX requirements

Minimum ACX version: 1.0

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

See also