Previous: 4.28.2. DPMI Unit Procedures and Functions To the Table of Contents Next: 4.28.2.2. AllocDosMemoryBlock
4.28.2. DPMI Unit Procedures and Functions Table of Contents 4.28.2.2. AllocDosMemoryBlock

- 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


Previous: 4.28.2. DPMI Unit Procedures and Functions To the Table of Contents Next: 4.28.2.2. AllocDosMemoryBlock
4.28.2. DPMI Unit Procedures and Functions Table of Contents 4.28.2.2. AllocDosMemoryBlock

- 4.28.2.1. -