PWB Extensions Help (ext.hlp) (Table of Contents; Topic list)
Get/SetEditorObject: RQ_WIN... Requests
                                             Up Contents Index Back
─────PWB Extensions─────────────────────────────────────────────────────────
 
  The GetEditorObject and SetEditorObject RQ_WIN requests access
  information about open windows in PWB, or create new PWB windows.
 
  The <info> and <qual> arguments specify the type of information to
  return or modify and any additional data needed to fulfill the
  request. The <pDest> argument is the address of a variable for the
  information.
 
  <info>                 <qual>  <pDest>
 
  RQ_WIN_HANDLE          0       Handle (PWND) for current window
  RQ_WIN_HANDLE|<n>      0       Handle (PWND) for window <n>
 
  RQ_WIN_CUR             0       Window number (unsigned) of current window
  RQ_WIN_CUR|0xff        PWND    Window number (unsigned) of PWND
 
  RQ_WIN_CONTENTS        0       Contents (winContents) for current window
  RQ_WIN_CONTENTS|<n>    0       Contents (winContents) for window <n>
  RQ_WIN_CONTENTS|0xff   PWND    Contents (winContents) for PWND
                                 See: winContents
 
  RQ_WIN_ARC                     Rectangle (ARC) for current window
  RQ_WIN_ARC|<n>         0       Rectangle (ARC) for window <n>
  RQ_WIN_ARC|0xff        PWND    Rectangle (ARC) for PWND
                                 See: ARC
 
  RQ_WIN_COLOR                   Colors (winColors) for current window
  RQ_WIN_COLOR|<n>       0       Colors (winColors) for window <n>
  RQ_WIN_COLOR|0xff      PWND    Colors (winColors) for PWND
                                 See: winColors
 
  RQ_WIN_MAXED           0       Maximized state (flagType) (get only)
 
  RQ_WIN_PWBHANDLE       PFILE   PWB window with the specified file
                                 (PWND) (get only)
                                 See: RQ_WIN_PWBHANDLE Details
                                    -♦-