fsWindow (USHORT)

      Window options.

      The values may be ORed together. For example, an invisible iconic window can be created. Note that if both XYF_MINIMIZED and XYF_MAXIMIZED are specified, the window is created in a maximized state.

      XYF_INVISIBLE

        Create the window initially invisible.
      XYF_MAXIMIZED
        Show the window initially maximized.
      XYF_MINIMIZED
        Show the window initially iconic.
      XYF_NOAUTOCLOSE
        Do not close the window automatically when the VIO application terminates. This parameter is ignored unless the program is a VIO-windowed application.
      XYF_NORMAL
        Create the window visible, with a size and position as specified. This is the default.


      [Back] [Next]