Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |