(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/dos.h>

struct Process * CreateNewProc (tags)

LOCATION
In DOSBase at offset 83

SYNOPSIS
struct TagItem * tags

FUNCTION
Create a new process using the tagitem array.

INPUTS
tags
information on the new process.

RESULT
Pointer to the new process or NULL on error.

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY