pluginid | this plugin ID. |
msg | pointer to the message. |
msglen | length of bytes at msg. |
msgtype | one of SHOW_MSG_* constants. |
pluginid | this plugin ID. |
name | pointer to the name displayed on the menu item. |
namelen | length of bytes at name. |
menuid | menu ID unique to this plugin. Must be positive. May include menu options with eidOptions(). |
tomenuid | the parent menu to add to, -1 to remove, or one of EMENU_* constants. |
callback | called back on click: menuCallback(EnticeFunctions* efuncs, int menuid); |
pluginid | this plugin ID. |
keys | key code. |
shortcutid | shortcut ID unique to this plugin. Must be positive. |
callback | called back upon user pressing the shortcut: shortcutCallback(EnticeFunctions* efuncs, int shortcutid); |
pluginid | this plugin ID. |
featureid | feature ID; one of EFID_* constants. |
getinfo | pointer to a buffer used by the feature, which may or may not be written to. |
getinfosize | number of bytes at getinfo for use by the feature. |