Previous: CreateDataAlias function To the Table of Content Next: DosMemoryAlloc function

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

CreateDataDescriptor function

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


Previous: CreateDataAlias function To the Table of Content Next: DosMemoryAlloc function
CreateDataAlias function Table of Content DosMemoryAlloc function

- 4.28.2.11 -