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 ) |
Parameter | Description |
---|---|
pszLicense | License string found in the LICENSE.TXT file in the installation folder of your Xceed Zip Compression Library v4. |
Handle to a newly created Xceed Compression instance, or NULL if the instance could not be created.
Remember that you must always call the XceedZipInitDLL before using any DLL API functions, including this one.