Jump to content

ACTIONS

From EDM2
Revision as of 17:26, 2 May 2025 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Action button data structure.

Type

struct

C Declaration Method

typedef

Example Code

typedef struct _ACTIONS {
  PSZ          pszTitle;  /*  String containing the title of the action button. */
  ULONG        ulMenuId;  /*  Desktop menu IDs. */
  HPOINTER     hIcon;     /*  The icon handle. */
} ACTIONS;

typedef   ACTIONS   * PACTIONS ;