CollectionsListMarshall 函数 (sensorsutils.h)
此例程类似于 CollectionsListCopyAndMarshall,只不过它就地封送集合列表。
语法
NTSTATUS CollectionsListMarshall(
[in] PSENSOR_COLLECTION_LIST Target
);
参数
[in] Target
指向集合列表的指针。
返回值
如果源集合列表不够大,无法容纳封送/平展的列表,则此函数将失败并STATUS_BUFFER_TOO_SMALL。 否则返回STATUS_SUCCESS。
要求
要求 | 值 |
---|---|
Header | sensorsutils.h |