PLGMSG_STARTPLUGIN Message |
The PLGMSG_STARTPLUGIN message is sent to all plug-ins after Babel has determined that they are proper plug-ins. This is the second message sent to a plug-in
Syntax
EXTERN EXPORT BOOL PluginCallBack( |
Parameters
- wParam
- This parameter is not used.
- lParam
- A pointer to a BABELINFO structure.
Return Value
The plug-in should return a BOOL value, TRUE on success and FALSE on failure.
Message Information
Header plugin.h