- 4.28.2.34. -
Table of Contents
4. Standard Units
4.28. DPMI - DOS Protected Mode Interface support unit
4.28.2. DPMI Unit Procedures and Functions
4.28.2.34. GetSegmentBaseAddress
4.28.2.34. GetSegmentBaseAddress
Targets: MS-DOS only
DPMI Unit
This function returns the 32-bit linear base address
of the specified segment.
Declaration:
function GetSegmentBaseAddress(Selsctor: Word): DWord;
Remarks:
Returns 32-bit linear base address of segment if successful.
Otherwise returns zero.
See also:
GetSelectorAccessRights
SetSelectorAccessRights
SetSelectorBaseAddress
- 4.28.2.34. -