next up previous contents index
Next: get_segment_base_address Up: Functions and Procedures Previous: segment_to_descriptor

get_next_selector_increment_value

   

Declaration:

Function get_next_selector_increment_value : Word;

Description:

Returns the selector increment value when allocating multiple subsequent descriptors via allocate_ldt_descriptors .

Parameters: none

Return value: Selector increment value

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.

Errors:

Check int31error variable

See also:

allocate_ldt_descriptors, free_ldt_descriptor



Michael Van Canneyt
Thu Sep 10 13:59:33 CEST 1998