[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
enable()                 Enable Interrupts

 #include   <dos.h>

 void       enable(void);

    enable() is designed to provide flexible hardware interrupt control.
    enable() enables interrupts.  This allows any device interrupts to
    occur.

    Returns:    There is no return value.

      Notes:    enable() is a macro.

See Also: disable() geninterrupt() getvect()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson