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