IsCollectionListSame - NtDoc

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

BOOLEAN IsCollectionListSame(
  [in] const PSENSOR_COLLECTION_LIST ListA,
  [in] const PSENSOR_COLLECTION_LIST ListB
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-sensorsutils-iscollectionlistsame)

IsCollectionListSame function

Description

This routine compares two collection lists and determines if they are the same.

Parameters

ListA [in]

Pointer to a collection list.

ListB [in]

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.

Remarks

See also