Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QWIKC20 & Multi-Level Virtual Windows - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

  ---------------------------------------------------------------------------
  removewindow                                                          WNDWC
  ---------------------------------------------------------------------------
  Function       Removes the current top window on the CRT.
  Syntax         void removewindow(void);
  Remarks        Basically, the top window is removed restoring the underlay
                 and then erased from memory.  Depending on the window mode,
                 removewindow responds differently:

                   RELMODE     - The window-relative stats are simply
                                 replaced with the parent window stats.
                   PERMMODE    - The stats are simply dropped from the stack.
                   VIRTUALMODE - The virtual screen is additionally removed
                                 from the heap.

  Return value   None.
  Screens        All video pages.
  EOS            Restored to the new top window.
  Heap           Deallocates the underlay.
  Upon return    Forced to write to CRT.


See Also: makewindow()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson