DisableInputCursor

Disables input on the specified screen.

Library:LibC
Classification:NetWare OS
Service:Screen Support

Syntax

  #include <screen.h> 
   
  void DisableInputCursor (
     scr_t   scrID);
  

Parameters

scrID

(IN) Specifies the screen to disable all input.

Remarks

The DisableInputCursor prevents the administrator from entering any commands on the specified screen.

See Also

EnableInputCursor