next up previous contents index
Next: SetDate Up: Functions and Procedures Previous: PackTime

SetCBreak

   

Declaration:

Procedure SetCBreak (breakvalue: boolean) ;

Description:

SetCBreak sets 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 call exists but is not implemented, i.e. it does nothing.

See also:

GetCBreak



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