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( |
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
Header plugin.h