Babel Home > Babel Plug-in API > Plug-in Reference > Plug-in Messages > PLG_SEND_PLUGIN_MSG
PLG_SEND_PLUGIN_MSG Message

The PLG_SEND_PLUGIN_MSG message is sent to Babel by a plug-in that wants to send another plug-in a message. You can send this message explicitly or use the Plugin_SendPluginMsg macro.

Syntax

SendMessage(

    (HWND) hBabel,     PLUGIN_MSG,     (WPARAM) PLG_SEND_PLUGIN_MSG,     (LPARAM) lParam );

Parameters

hBabel
Handle to Babel.
wParam
The PLG_SEND_PLUGIN_MSG message.
lParam
A pointer to a PLUGINMSG structure that describes the message to send.

Return Value

Returns a BOOL value, TRUE on success and FALSE on failure.

Message Information

Headerplugin.h