// sensorsutils.h
BOOLEAN IsKeyPresentInCollectionList(
[in] PSENSOR_COLLECTION_LIST pList,
[in] const PROPERTYKEY *pKey
);
View the official Windows Driver Kit DDI referenceNo description available.
This routine determine if a key is present in a collection list.
pList [in]Pointer to the list of collection.
pKey [in]Pointer to a PROPERTYKEY.
This function returns TRUE if the key is present.