OutputToScreen

This routine displays a message on a selected screen.

Thread Context:Non-Blocking

Syntax

    void OutputToScreen (
       LONG   screenHandle,
       BYTE  *controlString,
       args...
       );
    
    

Parameters

screenHandle
(IN) Handle of the screen where the message is to be displayed.
controlString
(IN) Points to a NULL-terminated, ASCII control string similar to that used with the C sprintf function, including embedded returns, line feeds, tabs, bells, and % specifiers (except floating point specifiers). The %x and %X specifiers are not permitted in NetWare 3.12.
args
(IN) Arguments as indicated by controlString.