IsKeyPresentInCollectionList function (sensorsutils.h)
This routine determine if a key is present in a collection list.
Syntax
BOOLEAN IsKeyPresentInCollectionList(
[in] PSENSOR_COLLECTION_LIST pList,
[in] const PROPERTYKEY *pKey
);
Parameters
[in] pList
Pointer to the list of collection.
[in] pKey
Pointer to a PROPERTYKEY.
Return value
This function returns TRUE if the key is present.
Requirements
Requirement | Value |
---|---|
Header | sensorsutils.h |