UnpackMemory()
Syntax
Result = UnpackMemory(SourceMemoryID, DestinationMemoryID)Description
Unpack a previously packed memory area (with PackMemory()) to the DestinationMemory area. If 'Result' is 0, the data can't be unpacked (corrupted or invalid format), else the length of the unpacked data is returned in 'Result'.
Note : The decompression is very very fast, unlike the compression.
Supported OS
Windows, Linux, MacOS X