IsKeyPresentInPropertyList function (sensorsutils.h)

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

Syntax

BOOLEAN IsKeyPresentInPropertyList(
  [in] PSENSOR_PROPERTY_LIST pList,
  [in] const PROPERTYKEY     *pKey
);

Parameters

[in] pList

Pointer to the list of PROPERTYKEYs

[in] pKey

Pointer to a PROPERTYKEY.

Return value

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

Requirements

Requirement Value
Header sensorsutils.h