Babel Home > Babel Plug-in API > Plug-in Reference > Plug-in Structures > PLUGINMSG
PLUGINMSG Structure

The PLUGINMSG structure contains information about a plug-in message. It is used by a plug-in to send a message to another plugin with the PLG_SEND_PLUGIN_MSG message.

typedef struct tagPLUGINMSG {
	char		*pszPluginName;
	UINT		uMessage;
	LPARAM		lParam;
	WPARAM		wParam;
} PLUGINMSG, *PPLUGINMSG, FAR *LPPLUGINMSG;

Members

pszPluginName
NULL terminated string that specifies the plug-in to recieve the message.
uMessage
The message to pass to the recieving plug-in.
lParam
LPARAM value for the message.
wParam
WPARAM value for the message.

Structure Information

Headerplugin.h