// sensorsutils.h
NTSTATUS CollectionsListSerializeToBuffer(
[in] const PSENSOR_COLLECTION_LIST SourceCollection,
[in] ULONG TargetBufferSizeInBytes,
[out] BYTE *TargetBuffer
);
View the official Windows Driver Kit DDI referenceNo description available.
This routine serializes a collection list to the caller-allocated buffer.
SourceCollection [in]Pointer to a collection list.
TargetBufferSizeInBytes [in]Caller-allocated buffer size (in bytes).
TargetBuffer [out]Caller-allocated buffer to hold the serialized data.
This function returns NTSTATUS.