Language:
Русский
English
GetCBreak (procedure) (WinDos unit)
Returns the state of Ctrl-Break checking in DOS.
Target
Windows, Real, Protected
Declaration
procedure GetCBreak(var Break: Boolean);
Remarks
GetCBreak sets the value of Break depending on the state of Ctrl+Break checking in DOS. When off (False), DOS only checks for Ctrl+Break during I/O to console, printer, or communication devices. When on (True), checks are made at every system call.