[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Unlock data segment
Source position: go32.pp line 155
function unlock_data( |
var data; |
size: LongInt |
):Boolean; |
Unlocks a memory range which resides in the data segment selector.
Parameters:
Return values: True if successful, False otherwise.
For an example, see get_rm_callback.
Check the int31error variable.
|
Unlock linear memory region |
|
|
Unlock code segment |
|
|
Lock linear memory region |
|
|
Lock data memory range |
|
|
Lock code memory range |