next up previous contents index
Next: GetDate Up: Functions and Procedures Previous: FSplit

GetCBreak

   

Declaration:

Procedure GetCBreak (var breakvalue: boolean) ;

Description:

GetCBreak gets the status of CTRL-Break checking under DOS. 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.

Errors:

Under Linux, this exists but is not implemented, i.e. the call does nothing.

See also:

SetCBreak



Michael Van Canneyt
Thu Sep 10 13:59:33 CEST 1998