get_segment_base_address
Return base address from descriptor table
Declaration
Source position: go32.pp line 92
function get_segment_base_address(d: Word) : DWord;
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 of.
Return values: Linear base address of specified descriptor.
For an example, see allocate_ldt_descriptors .
Errors
Check the int31error variable.
See also
Name | Description |
---|---|
allocate_ldt_descriptors | Allocate a number of descriptors |
allocate_ldt_descriptors | Allocate a number of descriptors |
get_segment_limit | Return segment limits from descriptor |
set_segment_base_address | Set descriptor's base address |
set_segment_limit | Set descriptor limit |