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:

Get_Next_Selector_Increment_Value returns the selector increment value when allocating multiple subsequent descriptors

The function allocate_ldt_descriptors can allocate an array of contiguous descriptors, but only return the selector for the first. The value returned by this function can be used to calculate the selectors for subsequent descriptors in the array.

Notes:

Errors:

None.

See also:

AllocateLdtDescriptors



Michael Van Canneyt
Tue Mar 31 16:46:10 CEST 1998