Xceed Zip Compression Library Documentation
XzDestroyXceedZip function
Direct DLL API > DLL API function reference > XzDestroyXceedZip function

Description

Frees an XceedZip instance that is not required anymore, and invalidates the handle to the instance. You must always call this when you are finished using an instance of an XceedZip object that was created by the XzCreateXceedZip function.

Declaration  
void XzDestroyXceedZip( HXCEEDZIP hZip )

Parameters

Parameter Description
hZip  Handle to an Xceed Zip instance previously created with XzCreateXceedZip.