SetCursorShape

Sets the cursor shape

Local Servers:nonblocking
Remote Servers:N/A
Classification:3.x, 4.x, 5.x, 6.x
Service:Screen Handling

Syntax

  #include <nwconio.h>  
   
  WORD SetCursorShape  (  
     BYTE   startline,   
     BYTE   endline); 
  

Parameters

startline

(IN) Specifies the first cursor scan line.

endline

(IN) Specifies the last cursor scan line.

Return Values

This function returns the old cursor shape.

Remarks

The SetCursorShape function sets the cursor shape as specified by the startline and endline parameters.

See Also

GetCursorShape