PgmControl (USHORT)

      An indicator which specifies the initial state for a windowed application.

      This field is ignored for full-screen sessions.

      The bits in this field have the following values:

      Bit

        Description
      15
        SSF_CONTROL_SETPOS (0x8000)
        Use specified size and position
      4-14
        Reserved
      3
        SSF_CONTROL_NOAUTOCLOSE (0x0008)
        No Auto Close
      2
        SSF_CONTROL_MINIMIZE (0x0004)
        Minimize
      1
        SSF_CONTROL_MAXIMIZE (0x0002)
        Maximize
      0
        SSF_CONTROL_INVISIBLE (0x0001)
        Invisible
      0
        SSF_CONTROL_VISIBLE (0x0000)
        Visible
      Note: The "No Auto Close" bit is used only for VIO Windowable applications, and is ignored for all other types of applications.


    [Back] [Next]