Previous: DPMI Unit Procedures and Functions To the Table of Content Next: AllocDosMemoryBlock function

- 4.28.2.1 -
Standard Units
DPMI Unit
DPMI Unit Procedures and Functions

AllocateDescriptors function

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: DPMI Unit Procedures and Functions To the Table of Content Next: AllocDosMemoryBlock function
DPMI Unit Procedures and Functions Table of Content AllocDosMemoryBlock function

- 4.28.2.1 -