[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 15 - MultiDOS Plus - SPAWN INTERNAL TASK (CREATE NEW THREAD)
        AH = 07h
        BX:CX = entry point of new task
        DX = stack size in paragraphs
Return: AH = status
            00h successful
            01h no free task control blocks
            02h no free memory for task's stack
Note:   execution returns immediately to calling task
SeeAlso: AH=09h"MultiDOS",AH=13h"MultiDOS"

See Also: 1508
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson