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

    Description

    Initializes the XceedZip.DLL for direct API access. This is always the first function you must call if you are using the DLL API. For every call to this function, you must call XceedZipShutdownDLL when you have finished calling the DLL API interface.

    Declaration  
    BOOL XceedZipInitDLL( void )

    Return value

    Returns TRUE if the initialization succeeded. Returns FALSE if it failed. If the call fails, please verify that you are using the correct version of the XceedZip.DLL file.