xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

HB_CompressErrorDesc()

Returns an error description from a numeric error code.

Syntax

HB_CompressErrorDesc( <nErrorCode> ) --> cErrorDescription

Arguments

<nErrorCode>
This is a numeric value returned from HB_CompressError().

Return

The function returns a textual error description for the passed error code as a character string.

Info

See also:HB_Compress(), HB_Uncompress(), HB_CompressError()
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