- 4.28.2.35. -
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.35. GetSelectorAccessRights
4.28.2.35. GetSelectorAccessRights
Targets: MS-DOS only
DPMI Unit
This function returns access rights and type fields of
a descriptor.
Declaration:
function GetSelectorAccessRights(Selector: Word): Word;
Remarks:
Returns access rights if successful. Otherwise returns zero.
See also:
GetSegmentBaseAddress
SetSelectorAccessRights
SetSelectorBaseAddress
- 4.28.2.35. -