xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

Ole2TxtError()

Returns the last OLE error code as character string.

Syntax

Ole2TxtError() --> cErrorCode

Return

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".

Description

Function Ole2TxtError() is used to obtain the string value of the last numeric OLE error code. It is returned form OleError().

Info

See also:CreateObject(), OleError()
Category: OLE Automation , xHarbour extensions
Source:rtl\win32ole.prg
LIB:xhb.lib
DLL:xhbdll.dll


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