Lock data memory range.
Source position: go32.pp line 155
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.  |