EndPopUpScreen

Hides the specified pop-up screen.

Library:LibC
Classification:NetWare OS
Service:Screen Support

Syntax

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

Parameters

scrID

(IN) Specifies the pop-up screen to hide.

Remarks

The EndPopUpScreen function does not destroy the pop-up screen; it deactivates it and puts it into a state where you cannot switch to it until you activate it again with the ActivatePopUpScreen function. This function also makes the previous current screen, the active current screen.

You can hide and activate a pop-up as many times as you want, which saves you the overhead of creating a new screen. When you are finished with the pop-up, call CloseScreen.

See Also