- 4.28.2.11 -
Standard Units
DPMI Unit
DPMI Unit Procedures and FunctionsCreateDataDescriptor 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
|
|
|
CreateDataAlias function |
Table of Content |
DosMemoryAlloc function |
- 4.28.2.11 -