IsKeyPresentInCollectionList - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// sensorsutils.h

BOOLEAN IsKeyPresentInCollectionList(
  [in] PSENSOR_COLLECTION_LIST pList,
  [in] const PROPERTYKEY       *pKey
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-sensorsutils-iskeypresentincollectionlist)

IsKeyPresentInCollectionList function

Description

This routine determine if a key is present in a collection list.

Parameters

pList [in]

Pointer to the list of collection.

pKey [in]

Pointer to a PROPERTYKEY.

Return value

This function returns TRUE if the key is present.

Remarks

See also