Babel Home > Babel Plug-in API > Plug-in Reference > Plug-in Structures > MESSAGEINFO
MESSAGEINFO Structure

The MESSAGEINFO structure contains information about a chat message.

typedef struct tagMESSAGEINFO {
	PBUDDYINFO	pbiBuddy;
	PBUDDYINFO	pbiMe;
	char		*pszMsgText;
} MESSAGEINFO, *PMESSAGEINFO, FAR *LPMESSAGEINFO;

Members

pbiBuddy
A pointer to a BUDDINFO structure that contains information about the buddy that will recieve the chat message.
pbiMe
A pointer to a BUDDINFO structure that contains information about the buddy that is sending the chat message.
pszMsgText
NULL terminated string that is the chat message.

Structure Information

Headerplugin.h