Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This routine is similar to CollectionsListCopyAndMarshall, except that it marshalls a collection list in-place.
Syntax
NTSTATUS CollectionsListMarshall(
[in] PSENSOR_COLLECTION_LIST Target
);
Parameters
[in] Target
Pointer to a collection list.
Return value
If the Source Collection list is not large enough to accommodate the marshalled/flattened list, this function fails with STATUS_BUFFER_TOO_SMALL. Returns STATUS_SUCCESS otherwise.
Requirements
Requirement | Value |
---|---|
Header | sensorsutils.h |