Int 31/AX=0601h

Prev Next Ralf Interrups Categories Contents

------

DPMI 0.9+ - UNLOCK LINEAR REGION

AX = 0601h
BX:CX = starting linear address
SI:DI = size of region in bytes

Return:
CF clear if successful CF set on error none of the memory is unlocked AX = error code (DPMI 1.0+) (8002h,8025h) (see #03143)

Notes: Pages at beginning and end will be unlocked if the region overlaps them. Memory whose lock count has not reached zero remains locked

See Also: AX=0005h - AX=0600h - INT 21/AX=251Bh - INT 21/

Category: DOS Extenders - Int 31h - D

------

Prev Next Ralf Interrups Categories Contents