- 4.28.2.10. -
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.10. CreateDataAlias
4.28.2.10. CreateDataAlias
Targets: MS-DOS only
DPMI Unit
This function will create a code descriptor that has the same base
and limit as the specified code segment descriptor.
Declaration:
function CreateDataAlias(Selector: Word): Word;
Remarks:
Returns alias selector if successful. Otherwise returns zero.
See also:
FreeDescriptor
- 4.28.2.10. -