ActivatePopUpScreen

Makes the specified pop-up screen the active screen on the System Console.

Library:LibC
Classification:NetWare OS
Service:Screen Support

Syntax

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

Parameters

scrID

(IN) Specifies the pop-up screen to display as the active screen.

Remarks

While the pop-up is the active screen, all keyboard and cursor calls reference the pop-up.

See Also