IsKeyPresentInPropertyList - NtDoc

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

BOOLEAN IsKeyPresentInPropertyList(
  [in] PSENSOR_PROPERTY_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-iskeypresentinpropertylist)

IsKeyPresentInPropertyList function

Description

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

Parameters

pList [in]

Pointer to the list of PROPERTYKEYs

pKey [in]

Pointer to a PROPERTYKEY.

Return value

This function returns TRUE if the key is present, FALSE otherwise.

Remarks

See also