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

Description

Frees a handle to an XceedCompression instance that is not required anymore. You must always call this when you’re done with a handle created with XcCreateXceedCompression.

Frees an XceedCompression 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 XceedCompression object that was created by the XcCreateXceedCompression function.

Declaration (DLL API)  
void XcDestroyXceedCompression( HXCEEDCMP hComp )

Parameters

Parameter Description
hComp  Handle to an Xceed Compression instance previously created with XcCreateXceedCompression.