LCPREFERENCESPAGE
From LIVECHAT Developer Zone Wiki
Used to add preferences page.
typedef struct LCPREFERENCESPAGE{
int cbSize;
LPCTSTR plugin_name;
UINT id;
LPCTSTR caption;
HICON icon;
} LCPREFERENCESPAGE;
- Members
- cbSize
- size of the LCPREFERENCESPAGE structure
- plugin_name
- name of the plugin
- id
- unique identifier of the page
- caption
- page caption
- icon
- page icon
