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

The COMPLGMSG_SEARCHFORUSER message is sent to communication plug-ins when the user wants to search for a buddy.

Syntax

EXTERN EXPORT BOOL PluginCallBack(

    COMPLGMSG_SEARCHFORUSER,     (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. The plug-in should also display a dialog that allows the user to search for a buddy.

Message Information

Headerplugin.h