◄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 ♦