Previous: SegmentToDescriptor function To the Table of Content Next: SetDPMIIntVec function

- 4.28.2.40 -
Standard Units
DPMI Unit
DPMI Unit Procedures and Functions

SelectorInc function

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: SegmentToDescriptor function To the Table of Content Next: SetDPMIIntVec function
SegmentToDescriptor function Table of Content SetDPMIIntVec function

- 4.28.2.40 -