PropertiesListCopy - NtDoc

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

NTSTATUS PropertiesListCopy(
  [in] PSENSOR_PROPERTY_LIST       Target,
  [in] const PSENSOR_PROPERTY_LIST Source
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-sensorsutils-propertieslistcopy)

PropertiesListCopy function

Description

This routine copies a properties list from source to target.

Parameters

Target [in]

Pointer to a collection list to copy to.

Source [in]

Pointer to a collection list to copy.

Return value

This function returns:

Remarks

See also