(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/dos.h>
BPTR NewLoadSeg (file , tags)
LOCATION
In DOSBase at offset 128
SYNOPSIS
STRPTR file
struct TagItem * tags
FUNCTION
Loads an executable file into memory via LoadSeg() and takes additional actions based upon the supplied tags.
INPUTS
file
NULL terminated name of the file
tags
pointer to the tagitems
RESULT
Handle to the loaded executable or 0 if the load failed. IoErr() gives additional information in that case.
EXAMPLE
SEE ALSO
LoadSeg(), UnLoadSeg(), InternalLoadSeg(), InternalUnloadSeg()
NOTES
BUGS
As there are no tags currently defined all this function does is call LoadSeg()
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
09.01.1998 bergers
New function
27.01.1997 ldp
Polish
09.12.1996 aros
Added empty templates for all missing functions
Moved #include's into first column