Int 31/AX=0C01h

lup.gif ldown.gif Interrups Categories Contents

rbline.gif

DPMI 1.0+ - TERMINATE AND STAY RESIDENT

AX = 0C01h
BL = return code
DX = number of paragraphs of DOS memory to reserve (0 or >= 6)

Return:
Never

Notes: Should only be used if the program will only provide services to other DPMI programs. Any protected mode memory remains allocated to the program unless explicitly freed before this call. Must first call AX=0C00h or program will simply be terminated

See Also: AX=0C00h - INT 21/AH=31h

Category: DOS Extenders - Int 31h - D

rbline.gif

lup.gif ldown.gif Interrups Categories Contents