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