PWB Extensions Help (ext.hlp) (Table of Contents; Topic list)
Using Windows in Extensions
                                             Up Contents Index Back
─────PWB Extensions─────────────────────────────────────────────────────────
 
     PWB windows can be handled by number, or by handle. Each window has
     a number, starting with window number 1. Each window also has a
     handle (PWND type). You must know a window's handle to change it.
     You can get the handle if the window is current or if you know its
     number. Also, NewWindow returns a handle to the window it creates.
 
     See
 
     Window Functions
                                    -♦-