(C) 1998 AROS - The Amiga Research OS


NAME

LONG AROS_SLIB_ENTRY(RunProcess,Dos) ()

SYNOPSIS
struct Process * proc
struct StackSwapStruct * sss
STRPTR argptr
ULONG argsize
LONG_FUNC entry
struct DosLibrary * DOSBase

FUNCTION
Sets the stack as specified and calls the routine with the given arguments.

INPUTS
proc
Process context
sss
New Stack
argptr
Pointer to argument string
argsize
Size of the argument string
entry
The entry point of the function
DOSBase
Pointer to dos.library structure

RESULT
The return value of (*entry)();

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY
23.02.1999 turrican
AROS_UFC3R has an extra argument, the stack size
20.10.1998 hkiel
Amiga Research OS
14.03.1998 iaint
Added genromlib_f support - cpak/genshared headers. Also moved DateStamp() and RunProcess() here as they do not need to be done by the machine dependant subsystem