msos2.hlp (Table of Contents; Topic list)
PROGTITLE (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINPROGRAMLIST
 
typedef struct _PROGTITLE {    /* progti */
    HPROGRAM hprog;
    PROGTYPE progt;
    USHORT   pad1[3];
    PSZ      pszTitle;
} PROGTITLE;
 
The PROGTITLE structure is used to specify program-title information.
 
Field     Description
────────────────────────────────────────────────────────────────────────────
 
hprog     Specifies the handle of the program.
 
progt     Specifies the PROGTYPE structure that contains program-type
          information.
 
pad1[3]   Reserved.
 
pszTitle  Points to the string that contains the program title.
 
See Also
 
PrfQueryProgramTitles, PROGTYPE