[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Set Control-Break flag status
Source position: dosh.inc line 126
procedure SetCBreak( |
breakvalue: Boolean |
); |
SetCBreak sets the status of CTRL-Break checking. When BreakValue is false, then Dos only checks for the CTRL-Break key-press when I/O is performed. When it is set to True, then a check is done at every system call.
Remark: | Under non-Dos and non-Amiga operating systems, this call does nothing. |
None.
|
Get control-Break flag |