closeWindow()

The Console library function ConsoleLib.closeWindow clears the specified window from the screen, releases the resources associated with the cleared window, and activates the previously-active window.

After ConsoleLib.closeWindow is invoked, the window cannot be reopened byConsoleLib.openWindow or ConsoleLib.openWindowByName. In addition, closing the SCREEN window is not allowed.

  ConsoleLib.closeWindow(window1 Window inOut)
window1
The specified window object on the screen.

Related reference
EGL library ConsoleLib

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.