Request linear address region.
Source position: go32.pp line 152
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.