Program-details structure.
typedef struct _PROGDETAILS { ULONG Length; /* Length of structure. */ PROGTYPE progt; /* Program type. */ PSZ pszTitle; /* Title. */ PSZ pszExecutable; /* Executable file name (program name). */ PSZ pszParameters; /* Parameter string. */ PSZ pszStartupDir; /* Start-up directory. */ PSZ pszIcon; /* Icon-file name. */ PSZ pszEnvironment; /* Environment string. */ SWP swpInitial; /* Initial window position and size. */ } PROGDETAILS; typedef PROGDETAILS * PPROGDETAILS ;