Int 31/AX=0602h

Prev Next Ralf Interrups Categories Contents

------

DPMI 0.9+ - MARK REAL MODE REGION AS PAGEABLE

AX = 0602h
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 made pageable AX = error code (DPMI 1.0+) (8002h,8025h) (see #03143)

Notes: Must relock all unlocked real mode memory before terminating process for DPMI 0.9; DPMI 1.0+ automatically relocks real mode memory. Pages at beginning and end will be unlocked if the region overlaps them. Pageability of real mode pages is binary, not a count

See Also: AX=0600h - AX=0603h

Category: DOS Extenders - Int 31h - D

------

Prev Next Ralf Interrups Categories Contents