Previous: 4.28.2.39. SegmentToDescriptors To the Table of Contents Next: 4.28.2.41. SetDPMIIntVec
4.28.2.39. SegmentToDescriptors Table of Contents 4.28.2.41. SetDPMIIntVec

- 4.28.2.40. -
Table of Contents
4. Standard Units
4.28. DPMI - DOS Protected Mode Interface support unit
4.28.2.37 RealModeInt
4.28.2.40. SelectorInc


4.28.2.40. SelectorInc

Targets: MS-DOS only


DPMI Unit

Some functions such as allocate LDT descriptors and allocate DOS memory can return more than one descriptor. You must call this function to determine the value that must be added to a selector to access the next descriptor in the array.

Declaration:
function SelectorInc: Word;
Returns:
If successful, returns the value to add to get to next selector. Otherwise returns zero.


Previous: 4.28.2.39. SegmentToDescriptors To the Table of Contents Next: 4.28.2.41. SetDPMIIntVec
4.28.2.39. SegmentToDescriptors Table of Contents 4.28.2.41. SetDPMIIntVec

- 4.28.2.40. -