xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

HbConsoleUnlock()

Releases the console lock.

Syntax

HbConsoleUnlock() --> NIL

Return

The return value is always NIL.

Description

The function releases a lock of the console previously obtained with HbConsoleLock(). This is required when muliple threads produce screen output simultaneously. A screen lock guarantees that only one thread has access to the console.

Info

See also:DispBegin(), HbConsoleLock()
Category: Multi-threading functions , xHarbour extensions
Source:rtl\console.c
LIB:xhbmt.lib
DLL:xhbdllmt.dll


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