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

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.