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

The COMPLGMSG_REMBUDDY message is sent to communication plug-ins when the user has ask to remove a buddy that is associated with the plug-in.

Syntax

EXTERN EXPORT BOOL PluginCallBack(

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

Parameters

wParam
This parameter is not used.
lParam
A pointer to a BUDDYINFO structure that identifies the buddy to remove.

Return Value

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

Message Information

Headerplugin.h