next up previous contents index
Next: unlock_data Up: Functions and Procedures Previous: lock_code

unlock_linear_region

   

Declaration:

Function unlock_linear_region (linearaddr, size : Longint) : boolean;

Description:

Unlocks a previously locked linear region range to allow it to be swapped out again if needed.

Parameters:

linearaddr:
linear address of the memory to be unlocked
size:
size bytes to be unlocked

Return values: True if successful, false otherwise

Errors:

Check int31error variable

See also:

unlock_data, unlock_code, lock_linear_region, lock_data, lock_code



Michael Van Canneyt
Thu Sep 10 13:59:33 CEST 1998