xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

HB_CompressError()

Returns the error code of the last (un)compression.

Syntax

HB_CompressError() --> nLastError

Return

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.

Info

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


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe