RtlDecompressChunks 函数 (ntifs.h)

RtlDecompressChunks 例程保留供系统使用。

语法

NTSYSAPI NTSTATUS RtlDecompressChunks(
  PUCHAR                UncompressedBuffer,
  ULONG                 UncompressedBufferSize,
  PUCHAR                CompressedBuffer,
  ULONG                 CompressedBufferSize,
  PUCHAR                CompressedTail,
  ULONG                 CompressedTailSize,
  PCOMPRESSED_DATA_INFO CompressedDataInfo
);

参数

UncompressedBuffer

保留。

UncompressedBufferSize

保留。

CompressedBuffer

保留。

CompressedBufferSize

保留。

CompressedTail

保留。

CompressedTailSize

保留。

CompressedDataInfo

保留。

返回值

保留。

要求

要求
目标平台 Windows
标头 ntifs.h (包括 Ntifs.h)