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