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

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

Syntax

EXTERN EXPORT BOOL PluginCallBack(

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

Parameters

wParam
This parameter is not used.
lParam
A pointer to a MESSAGEINFO structure, that may or may not be a complete, that contains the system message recieved.

Return Value

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

Message Information

Headerplugin.h