// sensorsutils.h
NTSTATUS PropKeyFindKeyGetBool(
[in] const SENSOR_COLLECTION_LIST *pList,
[in] const PROPERTYKEY *pKey,
[out] BOOL *pRetValue
);
View the official Windows Driver Kit DDI referenceNo description available.
This routine gets a BOOL value from a PROPVARIANT within a collection list based on the PROPERTYKEY.
pList [in]Pointer to the list of PROPVARIANT collection.
pKey [in]Pointer to a PROPERTYKEY for the target PROPVARIANT.
pRetValue [out]Pointer to the output buffer.
This function returns: