[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'go32' (#rtl) |
Lock data memory range
Source position: go32.pp line 141
function lock_data( |
var data; |
size: LongInt |
):Boolean; |
Locks 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.
|
Lock linear memory region |
|
|
Lock code memory range |
|
|
Unlock linear memory region |
|
|
Unlock data segment |
|
|
Unlock code segment |
No notes exist for this page yet.