// acxdataformat.h
BOOLEAN AcxDataFormatIsEqual(
[in] ACXDATAFORMAT DataFormat1,
[in] ACXDATAFORMAT DataFormat2
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxDataFormatIsEqual function compares two ACXDATAFORMAT objects for equality.
DataFormat1 [in]The first ACXDATAFORMAT object to compare.
DataFormat2 [in]The second ACXDATAFORMAT object to compare.
Returns TRUE if DataFormat1 and DataFormat2 are equal, otherwise FALSE.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.