Jump to content

PROGDETAILS

From EDM2

Program-details structure.

Type

struct

C Declaration Method

typedef

Example Code

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 ;