C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
C/C++ Language and Libraries Index
                                             Up Contents Index Back
──C/C++ Language and Libraries Index────────────────────────────────────────
 
  ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐
  │ABCDEFGHIJKLMNOPQRSTUV│W│X-Z│
  └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
 
  w                      Open a file for writing
  _wabout                Set About string of a QuickWin program
  warning                Control the warning level for compiler errors
  wchar_t                Wide character type
  _wclose                Close QuickWin window's file handle
  wcstombs               Convert wide-character string to multibyte
  wctomb                 Convert wide character to multibyte character
  _wgetexit              Determine how a QuickWin program will exit
  _wgetfocus             Get handle to current QuickWin window
  _wgetscreenbuf         Get QuickWin window screen-buffer size
  _wgetsize              Get QuickWin window screen size and position
  while                  while statement
  _WIN...                QuickWin manifest constants
  _WINDLL                Preprocessor constant defined for Windows
                            dynamic-link libraries
  _WINDOWS               Preprocessor constant defined for Windows
                            programs
  _windowtype            Type used by chart functions
  _WIN_MODE              Possible value of _osmode variable
  _wmenuclick            Choose QuickWin menu item
  _wopen                 Open QuickWin window
  _wopeninfo             QuickWin struct containing Windows
                            initialization information
  _WORDREGS              Word-registers structure
  _wrapon                Control word wrap
  _write                 Write data to a file
  _wsetexit              Specify QuickWin application exit behavior
  _wsetfocus             Set active QuickWin window
  _wsetscreenbuf         Set QuickWin window screen-buffer size
  _wsetsize              Set QuickWin window screen size and position
  _wsizeinfo             QuickWin struct containing Windows
                            initialization information
  _wyield                Yield control from QuickWin program
  _wxycoord              w-x-y graphics coordinate structure
                                    -♦-