(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/dos.h>

LONG SetMode (fh , mode)

LOCATION
In DOSBase at offset 71

SYNOPSIS
BPTR fh
LONG mode

FUNCTION
SetMode() can be used to change a console handler between RAW: mode and CON: mode.

INPUTS
fh
The filehandle describing the console.
mode
The new mode of the console: 1 - RAW: mode 0 - CON: mode

RESULT
This function will return whether it succeeded:

== DOSTRUE console mode changed != DOSTRUE console mode change failed.

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY
06.02.1999 iaint
Might remove the compilation errors this time.
06.02.1999 iaint
A few dos.library functions, not tested.
23.10.1998 hkiel
Changes for use with aros_print_not_implemented() macro
20.10.1998 hkiel
Amiga Research OS
31.08.1998 hkiel
Added #warning for functions which are TODO
27.01.1997 ldp
Polish
09.12.1996 aros
Added empty templates for all missing functions

Moved #include's into first column