- 7.2.20. -
Table of Contents
7. PMODE/W MSDOS Extender
7.2. PMODE/W Supported DPMI INT 31h functions
7.2.20. Function 0205 - Set Protected Mode Interrupt Vector
7.2.20. Function 0205 - Set Protected Mode
Interrupt Vector
PMODE/W API
This function Sets the address of the protected mode interrupt handler for the
specified interrupt.
In:
AX = 0205h
BL = interrupt number
CX:EDX = selector offset of protected mode interrupt handler
Out:
if successful:
carry flag clear
if failed:
carry flag set
Notes:
The value passed in CX must be a valid protected mode selector, not a real mode
segment address.
If you wish to hook one of the low 8 interrupts, you must hook it as an
exception. It will not be called if you hook it with function 0205h.
- 7.2.20. -