TextMessage Struct Reference
[User Properties]

A struct containing the properties of a text message sent by a user. More...

#include <TeamTalk4.h>

List of all members.

Public Attributes

TextMsgType nMsgType
 The type of text message.
INT32 nFromUserID
 Will be set automatically on outgoing message.
TTCHAR szFromUsername [TT_STRLEN]
 The originators username.
INT32 nToUserID
 Set to zero if channel message.
INT32 nChannelID
 Set to zero if nMsgType is MSGTYPE_USER or MSGTYPE_BROADCAST.
TTCHAR szMessage [TT_STRLEN]
 The actual text message. The message can be multi-line (include EOL).

Detailed Description

A struct containing the properties of a text message sent by a user.

See also:
WM_TEAMTALK_CMD_USER_TEXTMSG
TT_DoTextMessage
TT_GetTextMessage

Member Data Documentation

The type of text message.

Will be set automatically on outgoing message.

The originators username.

Set to zero if channel message.

Set to zero if nMsgType is MSGTYPE_USER or MSGTYPE_BROADCAST.

The actual text message. The message can be multi-line (include EOL).

Generated on Sun Mar 18 17:18:33 2012 for TeamTalk 4 C-API DLL by  doxygen 1.6.3