Return selector increment value.
Source position: go32.pp line 93
| function get_next_selector_increment_value: Word; | 
Returns the selector increment value when allocating multiple subsequent descriptors via allocate_ldt_descriptors.
Return value: Selector increment value.
| Remark: | Notes: Because allocate_ldt_descriptors only returns the selector for the first descriptor and so the value returned by this function can be used to calculate the selectors for subsequent descriptors in the array. | 
Check the int31error variable.
| 
 | Allocate a number of descriptors. | |
| 
 | Free a descriptor. |