Xceed Zip for COM/ActiveX on x86/x64 Documentation
Direct DLL API
/ DLL API function reference
/ XzDestroyXceedZip function
In This Topic
XzDestroyXceedZip function
In This Topic
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.