HideScreen

Hides the specified screen from the system console.

Library:LibC
Classification:NetWare OS
Service:Screen Support

Syntax

  #include <screen.h> 
   
  int HideScreen (
     scr_t   scrID);
  

Parameters

scrID

(IN) Specifies the screen to hide.

Return Values

If successful, returns 0.

Remarks

When a screen is hidden, the screen does not show up when the user iterates through the available screens on the system console. It does still appear in the list of console screens, but it appears with an asterisk by its name. To unhide a screen, call the ActivateScreen function.

See Also