- 4.28.2.20. -
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.20. FreeDescriptor
4.28.2.20. FreeDescriptor
Targets: MS-DOS only
DPMI Unit
This function is used to free descriptors that were allocated
through the
AllocateDescriptors function.
Declaration:
function FreeDescriptor(Selector: Word): Boolean;
Remarks:
Returns True if successful.
See also:
AllocateDescriptors
AllocateSpecificDescriptor
CreateCodeDescriptor
CreateDataDescriptor
- 4.28.2.20. -