Previous: 7.2.1. Function 0000 - Allocate Descriptors To the Table of Contents Next: 7.2.3. Function 0002 - Segment to Descriptor
7.2.1. Function 0000 - Allocate Descriptors Table of Contents 7.2.3. Function 0002 - Segment to Descriptor

- 7.2.2. -
Table of Contents
7. PMODE/W MSDOS Extender
7.2. PMODE/W Supported DPMI INT 31h functions
7.2.2. Function 0001 - Free Descriptor


7.2.2. Function 0001 - Free Descriptor


PMODE/W API

This function Frees a descriptor.
In:
   AX = 0001h
   BX =    selector for the descriptor to free
Out:
  if successful:
     carry flag clear
   if failed:
     carry flag set
Notes:
Each descriptor allocated with INT 31h function 0000h must be freed individually with the function. Even if it was previously allocated as part of a contiguous array of descriptors.

Under DPMI 1.0/VCPI/XMS/raw, any segment registers which contain the selector being freed are zeroed by this function.


Previous: 7.2.1. Function 0000 - Allocate Descriptors To the Table of Contents Next: 7.2.3. Function 0002 - Segment to Descriptor
7.2.1. Function 0000 - Allocate Descriptors Table of Contents 7.2.3. Function 0002 - Segment to Descriptor

- 7.2.2. -