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 (Sel: word) : Longint;

Description:

Get_Segment_Base_Address returns the 32-bit linear base address from the LDT descriptor for the specified segment (Sel).

Notes:

Errors:

None.

See also:

SetSegmentBaseAddress

Example:
uses go32;

begin
     Writeln(get_segment_base_address(get_ds));
end.



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