// sensorsutils.h
BOOLEAN IsGUIDPresentInList(
[in] const GUID *guidArray,
[in] const ULONG arrayLength,
[in] const GUID *guidElem
);
View the official Windows Driver Kit DDI referenceNo description available.
This routine looks for a GUID in a list of GUIDs.
guidArray [in]GUID Array to search in.
arrayLength [in]Length of GUID Array to search in.
guidElem [in]GUID Element to search for.
This function returns TRUE if the element is present in the list, FALSE otherwise.