Int 15H [AT] [PS/2] Function 82H (130) Process termination

Releases ownership of all logical devices for a process that is about to terminate.

Call with:

AH = 82H

BX = process ID

Returns:

If function successful

Carry flag = clear

AH = 00H

If function unsuccessful

Carry flag = set

AH = status

Note:

A multitasking program manager would be expected to capture Int 15H and provide the appropriate service. The default BIOS routine for this function simply returns with the carry flag clear and AH = 00H. See also Int 15H Functions 80H and 81H.