Unlock linear memory region.
Source position: go32.pp line 157
function unlock_linear_region( |
linearaddr: LongInt; |
size: LongInt |
):Boolean; |
Unlocks a previously locked linear region range to allow it to be swapped out again if needed.
Parameters:
Return values: True if successful, False otherwise.
Check the int31error variable.
|
Unlock data segment. |
|
|
Unlock code segment. |
|
|
Lock linear memory region. |
|
|
Lock data memory range. |
|
|
Lock code memory range. |