DisplayInputCursor

Enables the input cursor for the current screen

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

Syntax

  #include <nwconio.h>  
   
  int DisplayInputCursor  (void); 
  

Return Values

The following table lists return values and descriptions.

Value

Hex

Name

Description

0

(0x00)

ESUCCESS

Successful.

19

(0x13)

EWRKGKND

Current screen is the System Console Screen. Input is not allowed.

23

(0x17)

ENO_SCRNS

Screen I/O was attempted when no screens were open.

Remarks

This function makes the input cursor of the current screen visible when the screen is next displayed. If another thread is waiting on the keyboard, this function waits until the keyboard is free.

See Also

HideInputCursor