Xceed Zip Compression Library Documentation
DLL API Function list
Direct DLL API > DLL API Function list

Each of the property and method functions require a handle to the instance you want to modify or use. This handle is returned by one of the instantiation functions.

Functions that have strings in their parameters are available in both ANSI and Wide-character versions. Such functions are listed below in their ANSI versions (the last character is an "A") but have ", W" added, to indicate that the "A" can be replaced with a "W" in order to obtain the Wide-character version.

Property functions that retrieve a string value all require a pointer to the buffer that is to receive the string, and the size of this buffer. These functions also return the number of characters in the actual property. If the buffer size is equal or smaller to the returned value, then the buffer is too small to hold the value, and will be left empty.

In the property and method topics, you will see the generic declaration, using the TCHAR data type, which is mapped to char or WCHAR, depending on your compiler settings. 

Initialization functions

Instantiation functions

Event handling initialization functions

Memory allocation functions

Xceed Zip control property functions

Xceed Zip control property functions (cont'd)

Xceed Zip control method functions

Xceed Compression control property functions

Xceed Compression control method functions