Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
This routine deserializes a collection list from the input buffer.
Syntax
NTSTATUS CollectionsListDeserializeFromBuffer(
[in] ULONG SourceBufferSizeInBytes,
[in] const BYTE *SourceBuffer,
[in/out] PSENSOR_COLLECTION_LIST TargetCollection
);
Parameters
[in] SourceBufferSizeInBytes
The input buffer size (in bytes).
[in] SourceBuffer
A buffer containing the serialized collection list data.
[in/out] TargetCollection
The caller-allocated collection list with AllocatedSizeInBytes set to the allocation size.
Return value
This function returns NTSTATUS.
Requirements
| Requirement | Value |
|---|---|
| Header | sensorsutils.h |