Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Closes a zip file.

Syntax

Code Block
SRP_Zip_Close(ZipHandle)

...

Call this routine to close a zip file. Make sure you call this anytime you successfully call SRP_Zip_Open or SRP_Zip_Create. Otherwise, resource leaks may occur.

...