CollectionsListAllocateBufferAndSerialize 함수(sensorsutils.h)
이 루틴은 버퍼를 할당한 다음 센서 컬렉션 목록을 직렬화합니다. 성공하면 호출자는 SerializationBufferFree 를 사용하여 버퍼를 해제해야 합니다.
구문
NTSTATUS CollectionsListAllocateBufferAndSerialize(
[in] const PSENSOR_COLLECTION_LIST SourceCollection,
[out] ULONG *pTargetBufferSizeInBytes,
[out] BYTE **pTargetBuffer
);
매개 변수
[in] SourceCollection
컬렉션 목록에 대한 포인터입니다.
[out] pTargetBufferSizeInBytes
할당된 버퍼 크기(바이트)입니다.
[out] pTargetBuffer
serialize된 데이터를 저장할 할당된 버퍼에 대한 포인터입니다.
반환 값
이 함수는 NTSTATUS를 반환합니다.
요구 사항
요구 사항 | 값 |
---|---|
헤더 | sensorsutils.h |