Xceed Zip for COM/ActiveX on x86/x64 Documentation
Direct DLL API / DLL API function reference / XziDestroyXceedZipItems function
In This Topic
    XziDestroyXceedZipItems function
    In This Topic

    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