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

The PLGMSG_STOPPLUGIN message is sent to all plug-ins before the plug-in is going to be unloaded. This is the second to last message sent to a plug-in

Syntax

EXTERN EXPORT BOOL PluginCallBack(

    PLGMSG_STOPPLUGIN,     (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