Jump to content

ACTIONS

From EDM2
Revision as of 16:51, 2 May 2025 by Martini (talk | contribs) (Created page with "Action button data structure. ==Syntax== 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 ; == Type == struct == C Declaration Method == typedef Category:Data type")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Action button data structure.

Syntax

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 ;

Type

struct

C Declaration Method

typedef