www.delorie.com/djgpp/doc/dpmi/api/310c00.html | search |
Call With
AX = 0C00H
ES:(E)DI = selector:offset of 40-byte buffer with the
following structure:
Returns
Offset Length Contents 00H 8 Descriptor for 16-bit data segment 08H 8 Descriptor for 16-bit code segment 10H 2 Offset of 16-bit callback procedure 12H 2 Reserved 14H 8 Descriptor for 32-bit data segment 1CH 8 Descriptor for 32-bit code segment 24H 4 Offset of 32-bit callback procedure
if function unsuccessful
Carry flag = set
AX = error code
8021H | invalid value (access rights/type bytes invalid, or offset outside segment limits) |
8025H | invalid linear address (descriptor references a linear address range outside that allowed for DPMI clients) |
8015H | callback unavailable (host unable to allocate resources for resident handler initialization callback) |
prev next webmaster | delorie software privacy |
Copyright © 1996 | Updated Apr 1996 |