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

The PLGMSG_CONFPLUGIN message is sent to all plug-ins when the user has ask to configure the plug-in.

Syntax

EXTERN EXPORT BOOL PluginCallBack(

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

Parameters

wParam
This parameter is not used.
lParam
This parameter is not used.

Return Value

The plug-in should return a BOOL value, TRUE on success and FALSE on failure.

Message Information

Headerplugin.h