msos2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
PROGRAMENTRY (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINPROGRAMLIST
 
typedef struct _PROGRAMENTRY {    /* proge */
    HPROGRAM hprog;
    PROGTYPE progt;
    CHAR     szTitle[MAXNAMEL+1];
} PROGRAMENTRY;
 
The PROGRAMENTRY structure contains information about the programs in a
specified group, as returned by the WinQueryProgramTitles function.
 
Field                Description
────────────────────────────────────────────────────────────────────────────
 
hprog                Identifies the program.
 
progt                Specifies the type of program.
 
szTitle[MAXNAMEL+1]  Specifies the title of the program.
 
See Also
 
PrfQueryProgramTitles