| [Overview][Constants][Types][Procedures and functions][Variables][Index] | 
Request linear address region.
Source position: go32.pp line 149
| function request_linear_region( | 
| linearaddr: LongInt; | 
| size: LongInt; | 
| var blockhandle: LongInt | 
| ):Boolean; | 
request_linear_region requests a linear range of addresses of size Size, starting at linearaddr. If successful, True is returned, and a handle to the address region is returned in blockhandle.
On error, False is returned.