C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
QuckWin Constants
                                             Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Constant:  _WINBUFINF, _WINBUFDEF, _WINSIZEMIN, _WINSIZEMAX,
             _WINSIZERESTORE, _WINSIZECHAR, _WINMAXREQ, _WINCURRREQ,
             _WINPERSIST, _WINNOPERSIST, _WINFRAMEHAND, _WINSTATBAR,
             _WINTILE, _WINCASCADE, _WINARRANGE, _WINEXITPROMPT,
             _WINEXITNOPERSIST, _WINEXITPERSIST
 
  Include:   <io.h>
 
  Context:   QuickWin functions.
 
  Summary:   Use these manifest constants as arguments to the QuickWin
             functions.
 
     Constant              Description
 
     _WINBUFINF            Value for windows screen buffer size
     _WINBUFDEF            Value for windows screen buffer size
     _WINSIZEMIN           Size/move setting
     _WINSIZEMAX           Size/move setting
     _WINSIZERESTORE       Size/move setting
     _WINSIZECHAR          Size/move setting
     _WINMAXREQ            Size/move query type
     _WINCURRREQ           Size/move query type
     _WINPERSIST           Value for closing window
     _WINNOPERSIST         Value for closing window
     _WINFRAMEHAND         Pseudo file handle for frame window
     _WINSTATBAR           Menu item
     _WINTILE              Menu item
     _WINCASCADE           Menu item
     _WINARRANGE           Menu item
     _WINEXITPROMPT        QuickWin exit option
     _WINEXITNOPERSIST     QuickWin exit option
     _WINEXITPERSIST       QuickWin exit option
                                    -♦-