Previous: 4.28.2.33. GetRealModeIntVec To the Table of Contents Next: 4.28.2.35. GetSelectorAccessRights
4.28.2.33. GetRealModeIntVec Table of Contents 4.28.2.35. GetSelectorAccessRights

- 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


Previous: 4.28.2.33. GetRealModeIntVec To the Table of Contents Next: 4.28.2.35. GetSelectorAccessRights
4.28.2.33. GetRealModeIntVec Table of Contents 4.28.2.35. GetSelectorAccessRights

- 4.28.2.34. -