%imacro SetExtendedBreak 1
Prefers: AL
Set the state of extended break checking.
- 0x00 means turn it off. Only check for CTRL+C on DOS character I/O functions.
- 0x01 means turn it on. Check for CTRL+C on all DOS functions.
Example:
SetExtendedBreak AL ; set the state of break checking.
See also GetExtendedBreak.