// sensorsutils.h
NTSTATUS PropertiesListCopy(
[in] PSENSOR_PROPERTY_LIST Target,
[in] const PSENSOR_PROPERTY_LIST Source
);
View the official Windows Driver Kit DDI referenceNo description available.
This routine copies a properties list from source to target.
Target [in]Pointer to a collection list to copy to.
Source [in]Pointer to a collection list to copy.
This function returns: