disable()                Disable Interrupts
 
 #include   <dos.h>
 
 void       disable(void);
 
    disable() is designed to provide flexible hardware interrupt control.
    disable() disables interrupts.  Only the NMI interrupt will still be
    allowed from any external device.
 
    Returns:    There is no return value.
 
      Notes:    disable() is a macro.

Seealso:



This page last updated on Fri Nov 30 10:48:32 MSK 2001
Copyright © 1992-2001, Vitaly Filatov, Moscow, Russia
Webmaster