- 4.28.2.1. -
Table of Contents
4. Standard Units
4.28. DPMI - DOS Protected Mode Interface support unit
4.28.2. DPMI Unit Procedures and Functions
4.28.2.1. AllocateDescriptors
4.28.2.1. AllocateDescriptors
Targets: MS-DOS only
DPMI Unit
This function is used to allocate one or more descriptors from the task's
Local Descriptor Table (LDT). The descriptor(s) allocated must be
initialized by the application.
Declaration:
function AllocateDescriptors(NumberOfDescriptors: Word): Word;
Remarks:
Returns base selector if successful or zero if failed.
See also:
FreeDescriptor
- 4.28.2.1. -