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

The COMPLGMSG_GETUSERINFO message is sent to communication plug-ins to retrieve the current information about the user associated with the plug-in.

Syntax

EXTERN EXPORT BOOL PluginCallBack(

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

Parameters

wParam
This parameter is not used.
lParam
A pointer to a BUDDYINFO structure that the plug-in is expected to fill out.

Return Value

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

Message Information

Headerplugin.h