[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
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.
See Also:
enable()
geninterrupt()
getvect()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson