Function get_segment_base_address (d : Word) : Longint;
Returns the 32-bit linear base address from the descriptor table for the specified segment.
Parameters:
Return values: Linear base address of specified descriptor
Check int31error variable.
allocate_ldt_descriptors, set_segment_base_address, allocate_ldt_descriptors, set_segment_limit, get_segment_limit
For an example, see allocate_ldt_descriptors.