bProgType (ULONG)

      Program type.

      Possible values are:

      PROG_DEFAULT

        0
      PROG_FULLSCREEN
        1
      PROG_WINDOWABLEVIO
        2
      PROG_PM
        3
      PROG_VDM
        4
      PROG_WINDOWEDVDM
        7
      Although there are several other program types for WIN-OS/2 programs, these do not show up in this structure. Instead, the PROG_VDM or PROG_WINDOWEDVDM program types are used. For instance, for PROG_31_STDSEAMLESSVDM, PROG_WINDOWEDVDM is used. This is because all the WIN-OS/2 programs run in DOS sessions. For example, if a program is a windowed WIN-OS/2 program, it runs in a PROG_WINDOWEDVDM session. Likewise, if it's a full-screen WIN-OS/2 program, it runs in a PROG_VDM session.


    [Back] [Next]