// sensorsutils.h
BOOLEAN IsKeyPresentInPropertyList(
[in] PSENSOR_PROPERTY_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 property list.
pList [in]Pointer to the list of PROPERTYKEYs
pKey [in]Pointer to a PROPERTYKEY.
This function returns TRUE if the key is present, FALSE otherwise.