0 out of 10 rated this helpful - Rate this topic

Decompressing a Single File

An application can decompress a single compressed file by performing the following tasks:

  1. Open the source file by calling the LZOpenFile function.
  2. Open the destination file by calling LZOpenFile.
  3. Copy the source file to the destination file by calling the LZCopy function and passing the handles returned by LZOpenFile.
  4. Close the files by calling the LZClose function.

 

 

Send comments about this topic to Microsoft

Build date: 4/16/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.