Unlock code segment.
Source position: go32.pp line 159
| function unlock_code( | 
| functionaddr: pointer; | 
| size: LongInt | 
| ):Boolean; | 
Unlocks a memory range which resides in the code segment selector.
Parameters:
Return value: True if successful, False otherwise.
For an example, see get_rm_callback.
Check the int31error variable.
| 
 | Unlock linear memory region. | |
| 
 | Unlock data segment. | |
| 
 | Lock linear memory region. | |
| 
 | Lock data memory range. | |
| 
 | Lock code memory range. |