GetCursorStyle

Determines the style of the cursor.

Library:LibC
Classification:NetWare OS
Service:Screen Support

Syntax

  #include <screen.h> 
   
  void GetCursorStyle (
     scr_t       scrID,
     uint16_t   *cursorStyle);
  

Parameters

scrID

(IN) Specifies the screen.

cursorStyle

(OUT) Points to the cursor style. For possible values, see Section 23.1, Cursor Styles.

See Also

SetCursorStyle