CollectionsListAllocateBufferAndSerialize 函数 (sensorsutils.h)

此例程分配缓冲区,然后序列化传感器集合列表。 成功后,调用方必须使用 SerializationBufferFree 释放缓冲区。

语法

NTSTATUS CollectionsListAllocateBufferAndSerialize(
  [in]  const PSENSOR_COLLECTION_LIST SourceCollection,
  [out] ULONG                         *pTargetBufferSizeInBytes,
  [out] BYTE                          **pTargetBuffer
);

参数

[in] SourceCollection

指向集合列表的指针。

[out] pTargetBufferSizeInBytes

分配的缓冲区大小 () 字节数。

[out] pTargetBuffer

指向分配的缓冲区的指针,用于保存序列化的数据。

返回值

此函数返回 NTSTATUS。

要求

要求
Header sensorsutils.h