www.delorie.com/djgpp/doc/dpmi/api/310600.html   search  
Int 31H Function 0600H

Lock Linear Region [0.9]

Locks the specified linear address range.

Call With

AX = 0600H
BX:CX = starting linear address of memory to lock
SI:DI = size of region to lock (bytes)

Returns

if function successful
Carry flag = clear

if function unsuccessful
Carry flag = set
AX = error code
8013Hphysical memory unavailable
8017Hlock count exceeded
8025Hinvalid linear address (unallocated pages)

Notes


  prev next   webmaster     delorie software   privacy  
  Copyright © 1996     Updated Apr 1996