Int 31/AX=FF1Ch

lup.gif ldown.gif Interrups Categories Contents

rbline.gif

CauseWay - LockMem32 - LOCK REGION OF MEMORY (32-bit)

AX = FF1Ch
ESI = starting linear address
ECX = size of region in bytes

Return:
CF clear if successful CF set on error

Desc: Prevent memory from being swapped out by the virtual memory manager

Note: Locks are applied on 4K page boundaries, so memory above and below the specified region may be locked as well

See Also: AX=FF1Bh - AX=FF1Eh - AX=FF1Fh

Category: DOS Extenders - Int 31h - C

rbline.gif

lup.gif ldown.gif Interrups Categories Contents