OutputToScreen

Displays a message on a selected screen.

Library:LibC
Classification:NetWare OS
Service:Screen Support

Syntax

  #include <screen.h> 
   
  int OutputToScreen (
     scr_t         scrID,
     const char   *format,
     ... );
  

Parameters

scrID

(IN) Specifies the screen ID where the message is to be displayed.

format

(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.

See Also