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( |
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
Header plugin.h