Displays a message on a selected screen.
#include <screen.h>
int OutputToScreenWithPointer (
scr_t scrID,
const char *format,
va_list arguments);
(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 printf function (except for floating point specifiers). See Print Format Control Strings.
(IN) Specifies a variable argument list for conversion specifiers. The number of arguments in the list is determined by the format string.
Returns zero if successful. Otherwise, the following: