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 3301h set ctrl-c check flag</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function 3301h          Set Ctrl-C Check Flag

    Turns Ctrl-C check flag on or off.

        Entry   AX = 3301h
                DL = 0 | 1   Set BREAK flag off | on

        Return  Nothing

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

    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, such as disk operations.

    The Ctrl-C flag affects all programs. If a program changes the
    state of this flag, the state change remains in effect even after
    the program terminates.

See Also: 3300h

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