Previous: 7.2.9. Function 000A - Create Alias Descriptor To the Table of Contents Next: 7.2.11. Function 000C - Set Descriptor
7.2.9. Function 000A - Create Alias Descriptor Table of Contents 7.2.11. Function 000C - Set Descriptor

- 7.2.10. -
Table of Contents
7. PMODE/W MSDOS Extender
7.2. PMODE/W Supported DPMI INT 31h functions
7.2.10. Function 000B - Get Descriptor


7.2.10. Function 000B - Get Descriptor


PMODE/W API

This function Copies the descriptor table entry for the specified selector into an 8 byte buffer.
In:
   AX     = 000bh
   BX     = selector
   ES:EDI = selector:offset of 8 byte buffer
Out:
   if successful:
     carry flag clear
     buffer pointed to by ES:EDI contains descriptor
   if failed:
     carry flag set



Previous: 7.2.9. Function 000A - Create Alias Descriptor To the Table of Contents Next: 7.2.11. Function 000C - Set Descriptor
7.2.9. Function 000A - Create Alias Descriptor Table of Contents 7.2.11. Function 000C - Set Descriptor

- 7.2.10. -