WriteScreenCharacterAttribute

Prints the specified character with an attribute to the screen.

Library:LibC
Classification:NetWare OS
Service:Screen Support

Syntax

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

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.

attr

(IN) Specifies a print attribute for the character.

Return Values

If successful, returns 0.

See Also