Int 7F/AH=E1h

Prev Next Ralf Interrups Categories Contents

------

Alloy MW386 - GET DOS TASK PID FROM CREATE ID

AH = E1h
AL = create ID (from AH=E0h)

Return:
AL = DOS process number CL = memory size (00h=128K, 01h=256K, 02h=384K, 03h=512K, 04h=640K)

Note: This function should not be called immediately after creating a new DOS task, since the new task is being initialized by a concurrent process

See Also: AH=E0h - AH=E2h

Category: Network - Int 7Fh - A

------

Prev Next Ralf Interrups Categories Contents