xHarbour Reference Documentation > Function Reference |
Locks the console for the current thread
HbConsoleLock() --> NIL
The return value is always NIL.
The function locks the console for the current thread. While the lock is active, no other thread can produce output on the screen (text mode). The lock must be released with HbConsoleUnlock().
See also: | DispBegin(), HbConsoleUnlock() |
Category: | Multi-threading functions , xHarbour extensions |
Source: | rtl\console.c |
LIB: | xhbmt.lib |
DLL: | xhbdllmt.dll |
http://www.xHarbour.com