PWB Extensions Help (ext.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
GetEditSubWindow
                                             Up Contents Index Back
─────PWB Extensions─────────────────────────────────────────────────────────
 
  Syntax:  PWND GetEditSubWindow( PWND Parent, WORD Type );
 
  Returns: Handle of the subwindow with the specified type, or PNULL if
           no subwindow of the specified type is open in the parent.
 
  See:     GenEditSubWindow, SetSubWinHeight, SetSubWinPFile,
           SetSubWinView
 
     The GetEditSubWindow function returns a window handle for a
     specific type of subwindow open in the specified parent window.
 
     Argument    Description
 
     <Parent>    Handle of the parent window.
 
     <Type>      Type of subwindow to retrieve, as follows:
 
                 Type              Subwindow
 
                 0                 Invalid, or any type.
                 1                 Build error window.
                 2──0x7FFF         Reserved for PWB internal use.
                 0x8000──0xFFFF    Free for extension use.
                                    -♦-