ChangeToSystemConsoleScreen

Makes the System Console the active screen.

Library:LibC
Classification:NetWare OS
Service:Screen Support

Syntax

  #include <screen.h> 
   
  void ChangeToSystemConsoleScreen ( void );
  

Remarks

When you close a screen, you can either activate another of your application's screen or you can use the ChangeToSystemConsoleScreen function to make the System Console the active screen.

See Also