PropKeyFindKeyGetGuid function (sensorsutils.h)
This routine gets a GUID value from a PROPVARIANT within a collection list based on the PROPERTYKEY.
Syntax
NTSTATUS PropKeyFindKeyGetGuid(
[in] const SENSOR_COLLECTION_LIST *pList,
[in] const PROPERTYKEY *pKey,
[out] GUID *pRetValue
);
Parameters
[in] pList
Pointer to the list of PROPVARIANT collection.
[in] pKey
Pointer to a PROPERTYKEY for the target PROPVARIANT.
[out] pRetValue
Pointer to the output buffer.
Return value
This function returns NTSTATUS.
Requirements
Requirement | Value |
---|---|
Header | sensorsutils.h |