NavigatePanelInfo

From LIVECHAT Developer Zone Wiki

Jump to: navigation, search

Used as a parameter to preform an action on an existing panel.

typedef struct NavigatePanelInfo{
	int		cbSize;
	LPCTSTR		plugin_name;
	UINT		panel_id;
	PanelAction 	action;
	LPCTSTR		url;
	DWORD		flags;
} NavigatePanelInfo;
Members
cbSize
size of the NavigatePanelInfo structure
plugin_name
name of the plugin
panel_id
id of the panel that you want to use to navigate the url
action
specify what to do with the panel
url
panel url
flags
flags that can be as BrowserNavConstants see msdn.com
See also
Personal tools