Jump to content

ACTIONS: Difference between revisions

From EDM2
No edit summary
No edit summary
 
Line 18: Line 18:
</PRE>
</PRE>


[[Category:Data type]]
[[Category:WPS Data type]]

Latest revision as of 17:26, 2 May 2025

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 ;