PositionOutputCursor

Positions the output cursor on the specified screen.

Library:LibC
Classification:NetWare OS
Service:Screen Support

Syntax

  #include <screen.h> 
   
  int PositionOutputCursor (
     scr_t      scrID,
     uint16_t   row,
     uint16_t   col);
  

Parameters

scrID

(IN) Specifies the screen.

row

(IN) Specifies the row number for the cursor.

col

(IN) Specifies the column number for the cursor.

Return Values

If successful, returns 0.

See Also