xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

HB_SysLogClose()

Closes the log file of the operating system.

Syntax

HB_SysLogClose( <cAppName> ) --> lSuccess

Arguments

<cAppName>
This is a character string holding the name of the application which opened the system log file. It must be the same name as passed to HB_SysLogOpen().

Return

The function returns .T. (true) when the system log file is successfully closed, otherwise .F. (false) is returned.

Info

See also:CLOSE LOG, HB_SysLogMessage(), HB_SysLogOpen()
Category: Log functions , xHarbour extensions
Source:rtl\hbSysLog.c
LIB:xhb.lib
DLL:xhbdll.dll


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