Previous: 4.74.2.26. RemoveDir procedure To the Table of Contents Next: 4.74.2.28. SetCurDir procedure
4.74.2.26. RemoveDir procedure Table of Contents 4.74.2.28. SetCurDir procedure

- 4.74.2.27. -
Table of Contents
4. Standard Units
4.74. WinDos - MS-DOS function emulation for OS/2 and Win32
4.74.2. WinDos Unit Procedures and Functions
4.74.2.27. SetCBreak procedure


4.74.2.27. SetCBreak procedure

Targets: MS-DOS, OS/2, Win32


Dos Unit, WinDos Unit

Sets the state of Ctrl-Break checking.

Declaration:
procedure SetCBreak(Break: Boolean);
Remarks:
With Ctrl-Break checking enabled, all I/O calls (console, printer, and communications) are checked. To get Ctrl-Break status, use GetCBreak.

Win32 target:
SetCBreak do nothing, since this service is not provided by Windows API.


Previous: 4.74.2.26. RemoveDir procedure To the Table of Contents Next: 4.74.2.28. SetCurDir procedure
4.74.2.26. RemoveDir procedure Table of Contents 4.74.2.28. SetCurDir procedure

- 4.74.2.27. -