bProgType (ULONG)
Program
type.
Possible values are:
PROG_DEFAULT
PROG_FULLSCREEN
PROG_WINDOWABLEVIO
PROG_PM
PROG_VDM
PROG_WINDOWEDVDM
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]