Previous: Function 0203 - Set Processor Exception Handler Vector To the Table of Content Next: Function 0205 - Set Protected Mode Interrupt Vector

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

Function 0204 - Get Protected Mode Interrupt Vector

PMODE/W API

This function Returns the address of the current protected mode interrupt handler for the specified interrupt.
In:
   AX     = 0204h
   BL     = interrupt number
Out:
   always successful:
     carry flag clear
     CX:EDX = selector:offset of protected mode interrupt handler
Notes:
The value returned in CX is a valid protected mode selector, not a real mode segment address.


Previous: Function 0203 - Set Processor Exception Handler Vector To the Table of Content Next: Function 0205 - Set Protected Mode Interrupt Vector
Function 0203 - Set Processor Exception Handler Vector Table of Content Function 0205 - Set Protected Mode Interrupt Vector

- 7.2.19 -