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

The COMPLGMSG_BUDDYMENU message is sent to communication plug-ins user has selected an item from the menu provided by the plug-in.

Syntax

EXTERN EXPORT BOOL PluginCallBack(

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

Parameters

wParam
The menu item resource id.
lParam
A pointer to a BUDDYINFO structure that spawned the menu creation.

Return Value

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

Message Information

Headerplugin.h