Definition
typedef struct tagCustomMenuInfo { const wchar_t *pszName; unsigned long ulEventHint; unsigned long bActive; const wchar_t *pszDescription; } CustomMenuInfo;
Members
pszName
The display name for this menu item. If this is set to NULL, a menu separator is added and the rest of the parameters are ignored.
ulEventHint
The plug-in defined event code sent to fnHandleCustomEvent for processing this event. All values are valid as long as the plug-in itself understands them.
bActive
Sets the menu item enabled, 1, or disabled, 0.
pszDescription
This is the text that will be shown in the ShapeUp status bar when the mouse is hovering this menu item.
Remarks
None
See Also
Loader API, fnHandleCustomEvent, fnGetCustomMenu