next up previous contents index
Next: set_segment_base_address Up: Functions and Procedures Previous: get_next_selector_increment_value

get_segment_base_address

   

Declaration:

Function get_segment_base_address (d : Word) : Longint;

Description:

Returns the 32-bit linear base address from the descriptor table for the specified segment.

Parameters:

d:
selector of the descriptor you want the base address

Return values: Linear base address of specified descriptor

Errors:

Check int31error variable.

See also:

allocate_ldt_descriptors, set_segment_base_address, allocate_ldt_descriptors, set_segment_limit, get_segment_limit

For an example, see allocate_ldt_descriptors.



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