Babel Home > Babel Plug-in API > Plug-in Reference > Plug-in Messages > PLGMSG_STARTPLUGIN
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(

    PLGMSG_STARTPLUGIN,     (WPARAM) wParam,     (LPARAM) lParam );

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

Headerplugin.h