LCWEBPANEL
From LIVECHAT Developer Zone Wiki
Used to add web panel.
typedef struct LCWEBPANEL{
int cbSize;
LPCTSTR plugin_name;
UINT id;
LPCTSTR name;
LPCTSTR content;
bool html;
} LCWEBPANEL;
- Members
- cbSize
- size of the LCWEBPANEL structure
- plugin_name
- name of the plugin
- id
- unique identifier of the panel
- name
- name of the panel
- content
- url of a web site or html code
- html
- determines if the panel will be html panel or url panel.
