Int 21/AH=82h

lup.gif ldown.gif Interrups Categories Contents

rbline.gif

European MS-DOS 4.0 - RESUME - RESTART A PROCESS

AH = 82h
BX = flag (00h resume command subtree, 01h only specified process)
CX = Process ID of head of command subtree

Return:
CF clear if successful CF set on error AX = error code (no such process)

Desc: Restart a previously-suspended process or a process and all of its children

See Also: AH=81h - INT 15/AX=101Eh

Category: DOS Kernel - Int 21h - E

rbline.gif

lup.gif ldown.gif Interrups Categories Contents