Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- DOS 5.0 Ref. - <b>function 3300h get ctrl-c check flag</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function 3300h          Get Ctrl-C Check Flag

    Returns the status of the Ctrl-C checking.

        Entry   AX = 3300h

        Return  DL = 0 | 1   BREAK flag is off | on

    ------------------------------------------------------------------

    If the Ctrl-C (Ctrl-Break) flag is off, DOS checks for Ctrl-C
    keystrokes only while processing I/O functions 01h through 0Ch.
    If the flag is on, DOS checks for Ctrl-C while processing other
    system functions.

See Also: 3301h

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson