[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'go32' (#rtl) |
Unlock linear memory region
Source position: go32.pp line 143
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 |
No notes exist for this page yet.