- 4.28.2.11. -
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.11. CreateDataDescriptor
4.28.2.11. CreateDataDescriptor
Targets: MS-DOS only
DPMI Unit
This function is used to allocate one data descriptor from the task's
Local Descriptor Table (LDT) with specified Base
and Limit
Declaration:
function CreateDataDescriptor(Base, Limit: DWord): Word;
Remarks:
Returns data selector if successful, or zero if failed.
See also:
FreeDescriptor
- 4.28.2.11. -