#include <dpmi.h> int __dpmi_get_virtual_interrupt_state(void);
Please refer to section DPMI Specification for details on DPMI function call operation. Also see section DPMI Overview for general information.
DPMI function AX = 0x0902
This function returns the current interrupt flag (1=enabled).
not ANSI, not POSIX
Go to the first, previous, next, last section, table of contents.