[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 31 Fn 000E  P - DPMI 1.0+ - Get Multiple Descriptors                   [E]

   AX = 000Eh
   CX = number of descriptors to copy
   ES:(E)DI -> descriptor buffer (see below)

Return: CF clear if successful
       descriptors copied
   CF set on error
       AX = error code (8022h) (see AX=0000h)
       CX = number of descriptors successfully copied

Notes: 16-bit programs use ES:DI as pointer, 32-bit must use ES:EDI
   if the function fails, the first CX descriptors are valid; the
     remainder are not modified

See Also: AX=000Bh,AX=000Fh

Format of descriptor buffer entry (one per descriptor to get):
Offset Size    Description
 00h   WORD    selector (set by client)
 02h   QWORD   descriptor (set by host)

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson