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

    Description

    Create a handle to an Xceed Compression instance. This handle is required by all property-like and method-like DLL API functions.

    When you have finished using the instance, you must free it by calling the XcDestroyXceedCompression function.

    Declaration  
    HXCEEDCMP XcCreateXceedCompression( const TCHAR* pszLicense )

    Parameters

    Parameter Description
    pszLicense  License string found in the LICENSE.TXT file in the installation folder of your Xceed Zip Compression Library v4.

    Return value

    Handle to a newly created Xceed Compression instance, or NULL if the instance could not be created.

    Tips

    Remember that you must always call the XceedZipInitDLL before using any DLL API functions, including this one.