(C) 1998 AROS - The Amiga Research OS


NAME
#include <dos/dosextens.h>
#include <proto/dos.h>

struct MsgPort * SetConsoleTask (handler)

LOCATION
In DOSBase at offset 86

SYNOPSIS
struct MsgPort * handler

FUNCTION
Set the console handler for the current process, and return the old handler.

INPUTS
handler
The new console handler for the process.

RESULT
The address of the old handler.

EXAMPLE

SEE ALSO
GetConsoleTask()

NOTES
The use of Task in the name is because historically filesystem handlers were tasks (instead of Devices).

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
02.01.1998 srittau
Fixed typos and warnings
01.01.1998 iaint
Some simple DOS functions
27.01.1997 ldp
Polish
09.12.1996 aros
Added empty templates for all missing functions

Moved #include's into first column