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

The PLG_GET_PLUGIN_INFO message is sent to Babel by a plug-in that wants to retrieve information about another plug-in. You can send this message explicitly or use the Plugin_GetPluginInfo macro.

Syntax

SendMessage(

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

Parameters

hBabel
Handle to Babel.
wParam
The PLG_GET_PLUGIN_INFO message.
lParam
A pointer to a PLUGININFO structure that describes the plug-in to retrieve information about.

Return Value

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

Message Information

Headerplugin.h