LCMSGBOX

From LIVECHAT Developer Zone Wiki

Jump to: navigation, search

Used to show message box.

typedef struct LCMSGBOX{
	int		cbSize;
	LPCTSTR		plugin_name;
	LPCTSTR		message;
	LPCTSTR		caption;
	int		style;	
	int*		retcode;	
} LCMSGBOX;
Members
cbSize
size of the LCMSGBOX structure
plugin_name
name of the plugin
caption
message box caption
message
message displayed in the message box
service
string that is connected with a function in plugin
style
message box styles
retcode
value returned by message box
Personal tools