xHarbour Reference Documentation > Function Reference |
Returns the error code of the last (un)compression.
HB_CompressError() --> nLastError
The function returns a numeric error code of the last compression operation. Passing it to HB_CompressErrorDesc() yields a textual description of an error. When the function returns zero, the last (un)compression operation was successful.
See also: | HB_Compress(), HB_Uncompress(), HB_CompressErrorDesc() |
Category: | ZIP compression , xHarbour extensions |
Header: | HbCompress.ch |
Source: | rtl\hbcomprs.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com