Previous: Function 0204 - Get Protected Mode Interrupt Vector To the Table of Content Next: Function 0300 - Simulate Real Mode Interrupt

- 7.2.20 -
PMODE/W MSDOS Extender
PMODE/W Supported DPMI INT 31h functions

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.


Previous: Function 0204 - Get Protected Mode Interrupt Vector To the Table of Content Next: Function 0300 - Simulate Real Mode Interrupt
Function 0204 - Get Protected Mode Interrupt Vector Table of Content Function 0300 - Simulate Real Mode Interrupt

- 7.2.20 -