xHarbour Reference Documentation > Function Reference |
Returns the last OLE error code.
OleError() --> nErrorCode
The function returnes the error code of the OLE operation as a numeric value.
When an OLE operation fails, the numeric error code of this operation can be retrieved OleError(). This error code is kept until a new OLE operation is performed. The value zero means "no error"
To obtain a human readable description of an OLE error, call Ole2TxtError().
See also: | CreateObject(), Ole2TxtError() |
Category: | OLE Automation , xHarbour extensions |
Source: | rtl\win32ole.prg |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com