Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This routine compares two collection lists and determines if they are the same.
Syntax
BOOLEAN IsCollectionListSame(
[in] const PSENSOR_COLLECTION_LIST ListA,
[in] const PSENSOR_COLLECTION_LIST ListB
);
Parameters
[in] ListA
Pointer to a collection list.
[in] ListB
Pointer to a second collection list to compare against the first.
Return value
This function returns TRUE if the two collection lists are the same, FALSE otherwise.
Requirements
Requirement | Value |
---|---|
Header | sensorsutils.h |