共用方式為


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。

規格需求

需求
標頭 sensorsutils.h