ACTIONS
Appearance
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 ;