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

Description

Calling this function will destroy (free the memory and resources of) an XceedZipItems collection and invalidate the handle originally provided by a call to the XzGetZipContents method.

Always call this method after you have finished using the handle to an XceedZipItems collection via the DLL API.

Declaration  

void XziDestroyXceedZipItems( HXCEEDZIPITEMS hItems );

Parameters

Parameter Description
hItems  Handle of the XceedZipItems collection to destroy

Return value

None