xHarbour Reference Documentation > Function Reference |
Returns the last OLE error code as character string.
Ole2TxtError() --> cErrorCode
The function returns a character string representing the string constant of the last numeric OLE error codeholding an error message. If no error occurred, the return value is "S_OK".
Function Ole2TxtError() is used to obtain the string value of the last numeric OLE error code. It is returned form OleError().
See also: | CreateObject(), OleError() |
Category: | OLE Automation , xHarbour extensions |
Source: | rtl\win32ole.prg |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com