Home  /  Autodocs  /  dos.library

NAME

ErrorOutput
Identify the programs' error output FileHandle (V47)

SYNOPSIS

file = ErrorOutput()
D0

BPTR ErrorOutput(void)

FUNCTION

ErrorOutput() is used to identify the error output stream allocated when the program was initiated. It may or may not be identical to the stream returned by Output(). Shell commands shall use this output for diagnostic messages.

RESULT

file
BCPL pointer to a FileHandle

NOTES

This function will return the output stream of the Process in case the error stream is not set.

SEE ALSO

Output()