0 out of 9 rated this helpful - Rate this topic

Decompressing Multiple Files

An application can decompress multiple files by performing the following tasks:

  1. Open the source files by calling the LZOpenFile function.
  2. Open the destination files by calling LZOpenFile.
  3. Copy the source files to the destination files by calling the LZCopy function.
  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.