|
TeamTalk 5 C-API DLL Version 5.19A
|
A struct containing the properties of an event. More...
#include <TeamTalk.h>
A struct containing the properties of an event.
The event can be retrieved by called TT_GetMessage. This struct is only required on non-Windows systems.
Section Client Event Handling explains event handling in the local client instance.
Definition at line 3983 of file TeamTalk.h.
| ClientEvent TTMessage::nClientEvent |
| INT32 TTMessage::nSource |
The source of the event depends on wmMsg.
Definition at line 3988 of file TeamTalk.h.
| TTType TTMessage::ttType |
Specifies which member to access in the union.
Definition at line 3990 of file TeamTalk.h.
| UINT32 TTMessage::uReserved |
Reserved. To preserve alignment.
Definition at line 3992 of file TeamTalk.h.
| Channel TTMessage::channel |
Valid if ttType is __CHANNEL.
Definition at line 3996 of file TeamTalk.h.
| ClientErrorMsg TTMessage::clienterrormsg |
Valid if ttType is __CLIENTERRORMSG.
Definition at line 3998 of file TeamTalk.h.
| DesktopInput TTMessage::desktopinput |
Valid if ttType is __DESKTOPINPUT.
Definition at line 4000 of file TeamTalk.h.
| FileTransfer TTMessage::filetransfer |
Valid if ttType is __FILETRANSFER.
Definition at line 4002 of file TeamTalk.h.
| MediaFileInfo TTMessage::mediafileinfo |
Valid if ttType is __MEDIAFILEINFO.
Definition at line 4004 of file TeamTalk.h.
| RemoteFile TTMessage::remotefile |
Valid if ttType is __REMOTEFILE.
Definition at line 4006 of file TeamTalk.h.
| ServerProperties TTMessage::serverproperties |
Valid if ttType is __SERVERPROPERTIES.
Definition at line 4008 of file TeamTalk.h.
| ServerStatistics TTMessage::serverstatistics |
Valid if ttType is __SERVERSTATISTICS.
Definition at line 4010 of file TeamTalk.h.
| TextMessage TTMessage::textmessage |
Valid if ttType is __TEXTMESSAGE.
Definition at line 4012 of file TeamTalk.h.
| User TTMessage::user |
Valid if ttType is __USER.
Definition at line 4014 of file TeamTalk.h.
| UserAccount TTMessage::useraccount |
Valid if ttType is __USERACCOUNT.
Definition at line 4016 of file TeamTalk.h.
| BannedUser TTMessage::banneduser |
Valid if ttType is __BANNEDUSER.
Definition at line 4018 of file TeamTalk.h.
| TTBOOL TTMessage::bActive |
Valid if ttType is __TTBOOL.
Definition at line 4020 of file TeamTalk.h.
| INT32 TTMessage::nBytesRemain |
Valid if ttType is __INT32.
Definition at line 4022 of file TeamTalk.h.
| INT32 TTMessage::nStreamID |
Valid if ttType is __INT32.
Definition at line 4024 of file TeamTalk.h.
| INT32 TTMessage::nPayloadSize |
Valid if ttType is __INT32.
Definition at line 4026 of file TeamTalk.h.
| StreamType TTMessage::nStreamType |
Valid if ttType is __STREAMTYPE.
Definition at line 4028 of file TeamTalk.h.
| AudioInputProgress TTMessage::audioinputprogress |
Valid if ttType is __AUDIOINPUTPROGRESS.
Definition at line 4030 of file TeamTalk.h.
| SoundDevice TTMessage::sounddevice |
Valid if ttType is __SOUNDDEVICE.
Definition at line 4032 of file TeamTalk.h.
| char TTMessage::data[1] |
Definition at line 4034 of file TeamTalk.h.
| union { ... } TTMessage |