Previous: GetRealModeIntVec function To the Table of Content Next: GetSelectorAccessRights function

- 4.28.2.34 -
Standard Units
DPMI Unit
DPMI Unit Procedures and Functions

GetSegmentBaseAddress function

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: GetRealModeIntVec function To the Table of Content Next: GetSelectorAccessRights function
GetRealModeIntVec function Table of Content GetSelectorAccessRights function

- 4.28.2.34 -