CollectionsListCopyAndMarshall function (sensorsutils.h)

This routine copies and marshalls a collection list from source to target.

Syntax

NTSTATUS CollectionsListCopyAndMarshall(
  [in]  PSENSOR_COLLECTION_LIST       Target,
  [out] const PSENSOR_COLLECTION_LIST Source
);

Parameters

[in] Target

A pointer to a collection list.

[out] Source

A pointer to a collection list.

Return value

This function returns NTSTATUS.

Remarks

Warning

This method assumes the structure sizes stay the same during marshalling. Avoid using this method if passing the data between processes that can have different bit-ness values (e.g. 32 bit <-> 64 bit). Use CollectionsListSerializeToBuffer instead.

Requirements

Requirement Value
Header sensorsutils.h