WriteScreenCharacter

Prints the specified character to the screen.

Library:LibC
Classification:NetWare OS
Service:Screen Support

Syntax

  #include <screen.h> 
   
  int WriteScreenCharacter (
     scr_t      scrID,
     uint32_t   line,
     uint32_t   col,
     char       character);
  

Parameters

scrID

(IN) Specifies the screen.

line

(IN) Specifies the position on the screen by specifying a line number.

col

(IN) Specifies the position on the screen by specifying a column number.

character

(IN) Specifies the character to print to the screen.

Return Values

If successful, returns 0.

See Also