UncompressMemory()

Syntax

Result = UncompressMemory(*Buffer [, Offset, Size]))
Description
Uncompress the specified buffer and returns a new uncompressed buffer.

Parameters

*Buffer The memory buffer to uncompress. It has to be previously compressed with CompressMemory().
Offset (optional) The offset (in bytes) in the buffer. If not specified, the whole buffer is uncompressed.
Size (optional) The amount of bytes to uncompress. If not specified, the whole buffer is uncompressed.

Return value

Return the uncompressed buffer if it success, zero otherwise.

See Also

CompressMemory()

Supported OS

All

<- CompressString() - Packer Index - UncompressString() ->