#include <dpmi.h> int __dpmi_get_and_set_virtual_interrupt_state(int _old_state);
Please refer to section DPMI Specification for details on DPMI function call operation. Also see section DPMI Overview for general information.
DPMI function AH = 0x09
This function restores the interrupt state from a previous call to section __dpmi_get_and_disable_virtual_interrupt_state or section __dpmi_get_and_enable_virtual_interrupt_state.
The previous setting.
not ANSI, not POSIX
Go to the first, previous, next, last section, table of contents.