LCMENUITEM
From LIVECHAT Developer Zone Wiki
Used as an item to add in the menu.
typedef struct LCMENUITEM{
int cbSize;
LPCTSTR plugin_name;
UINT id;
LPCTSTR caption;
DWORD flags;
int position;
HICON icon;
LPCTSTR service;
} LCMENUITEM;
- Members
- cbSize
- size of the AccountInfo structure
- plugin_name
- name of the plugin
- id
- unique identifier of the item
- caption
- item caption
- flags
- position
- position of the item in popup menu
- icon
- icon associated with item
- service
- string that is connected with a function in plugin
