xHarbour Reference Documentation > Function Reference |
Releases the console lock.
HbConsoleUnlock() --> NIL
The return value is always NIL.
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.
See also: | DispBegin(), HbConsoleLock() |
Category: | Multi-threading functions , xHarbour extensions |
Source: | rtl\console.c |
LIB: | xhbmt.lib |
DLL: | xhbdllmt.dll |
http://www.xHarbour.com