- 4.28.2.25. -
Table of Contents
4. Standard Units
4.28. DPMI - DOS Protected Mode Interface support unit
4.28.2. DPMI Unit Procedures and Functions
4.28.2.25. GetDisableInterruptState
4.28.2.25. GetDisableInterruptState
Targets: MS-DOS only
DPMI Unit
This function will disable the virtual interrupt flag
and return the previous state of the virtual interrupt flag.
Declaration:
function GetDisableInterruptState: Boolean;
See also:
GetEnableInterruptState
GetInterruptState
- 4.28.2.25. -