// sensorsutils.h
BOOLEAN IsCollectionListSame(
[in] const PSENSOR_COLLECTION_LIST ListA,
[in] const PSENSOR_COLLECTION_LIST ListB
);
View the official Windows Driver Kit DDI referenceNo description available.
This routine compares two collection lists and determines if they are the same.
ListA [in]Pointer to a collection list.
ListB [in]Pointer to a second collection list to compare against the first.
This function returns TRUE if the two collection lists are the same, FALSE otherwise.