Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
Int 21H Function 0BH
◄Summary► ◄Notes► ◄Back►
──────────────────────────────────────────────────────────────────────────────
▀ If a CTRL+C is detected, an Int 23H is executed.
▀ If the standard input is not redirected, and a CTRL+C is detected at
the console, an Int 23H is executed. If the standard input is redi-
rected, a CTRL+C is detected at the console, and BREAK is ON, an Int
23H is executed.
▀ If a character is waiting, this function will continue to return a true
flag until the character is consumed with a call to Int 21H Function 01H,
06H, 07H, 08H, 0AH, or 3FH.
▀ This function is equivalent to IOCTL Int 21H Function 44H Subfunction 06H.
-♦-