LCTOOLBAR

From LIVECHAT Developer Zone Wiki

Jump to: navigation, search

Comment

Deprecated since ver. 5.5.2.0. Toolbar items are added to the add-ons tab in main window ribbonbar.


Used to add a toolbar.

typedef struct LCTOOLBAR{
	int		cbSize;
	LPCTSTR		plugin_name;
	UINT		id;
	LPCTSTR		name;	
} LCTOOLBAR;


Members
cbSize
size of the AccountInfo structure
plugin_name
name of the plugin
id
toolbar identifier
name
toolbar name
Personal tools