Articles
Forums
Downloads
Autodocs
Home
/
Autodocs
/
dos.library
NAME
SetConsoleTask
Sets the default console for the Process (V36)
SYNOPSIS
oldport = SetConsoleTask(port)
D0 D1
struct MsgPort *SetConsoleTask(struct MsgPort *)
FUNCTION
Sets the default console Task's port (pr_ConsoleTask) for the current Process.
INPUTS
port
The pr_MsgPort of the default console handler for the Process
RESULT
oldport
The previous ConsoleTask value.
SEE ALSO
GetConsoleTask()
,
Open()