Previous: 7.2.18. Function 0203 - Set Processor Exception Handler Vector To the Table of Contents Next: 7.2.20. Function 0205 - Set Protected Mode Interrupt Vector
7.2.18. Function 0203 - Set Processor Exception Handler Vector Table of Contents 7.2.20. Function 0205 - Set Protected Mode Interrupt Vector

- 7.2.19. -
Table of Contents
7. PMODE/W MSDOS Extender
7.2. PMODE/W Supported DPMI INT 31h functions
7.2.19. Function 0204 - Get Protected Mode Interrupt Vector


7.2.19. 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: 7.2.18. Function 0203 - Set Processor Exception Handler Vector To the Table of Contents Next: 7.2.20. Function 0205 - Set Protected Mode Interrupt Vector
7.2.18. Function 0203 - Set Processor Exception Handler Vector Table of Contents 7.2.20. Function 0205 - Set Protected Mode Interrupt Vector

- 7.2.19. -