Previous: 4.28.2.10. CreateDataAlias To the Table of Contents Next: 4.28.2.12. DosMemoryAlloc
4.28.2.10. CreateDataAlias Table of Contents 4.28.2.12. DosMemoryAlloc

- 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


Previous: 4.28.2.10. CreateDataAlias To the Table of Contents Next: 4.28.2.12. DosMemoryAlloc
4.28.2.10. CreateDataAlias Table of Contents 4.28.2.12. DosMemoryAlloc

- 4.28.2.11. -