The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Decompressing a Single File
An application can decompress a single compressed file by performing the following tasks:
- Open the source file by calling the LZOpenFile function.
- Open the destination file by calling LZOpenFile.
- Copy the source file to the destination file by calling the LZCopy function and passing the handles returned by LZOpenFile.
- Close the files by calling the LZClose function.
Show: