Action button data structure.

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 ;


[Back] [Next]