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

The CHATPLGMSG_RECVMSG message is sent to chat dialog plug-ins when a chat message is recieved.

Syntax

EXTERN EXPORT BOOL PluginCallBack(

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

Parameters

wParam
This parameter is not used.
lParam
A pointer to a MESSAGEINFO structure that contains the chat message recieved.

Return Value

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

Message Information

Headerplugin.h