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
保留。
傳回值
保留。
要求
要求 | 價值 |
---|---|
目標平臺 | 窗戶 |
標頭 | ntifs.h (include Ntifs.h) |