Displays a message on a selected screen.
#include <screen.h>
int OutputToScreen (
scr_t scrID,
const char *format,
... );
(IN) Specifies the screen ID where the message is to be displayed.
(IN) Points to a null-terminated, ASCII control string similar to that used with the sprintf function (except for floating point specifiers). See Print Format Control Strings.
Specifies arguments indicated by the format parameter.