|
TeamTalk 5 C-API DLL Version 5.22A
|
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 3988 of file TeamTalk.h.
| ClientEvent TTMessage::nClientEvent |
| INT32 TTMessage::nSource |
The source of the event depends on wmMsg.
Definition at line 3993 of file TeamTalk.h.
| TTType TTMessage::ttType |
Specifies which member to access in the union.
Definition at line 3995 of file TeamTalk.h.
| UINT32 TTMessage::uReserved |
Reserved. To preserve alignment.
Definition at line 3997 of file TeamTalk.h.
| Channel TTMessage::channel |
Valid if ttType is __CHANNEL.
Definition at line 4001 of file TeamTalk.h.
| ClientErrorMsg TTMessage::clienterrormsg |
Valid if ttType is __CLIENTERRORMSG.
Definition at line 4003 of file TeamTalk.h.
| DesktopInput TTMessage::desktopinput |
Valid if ttType is __DESKTOPINPUT.
Definition at line 4005 of file TeamTalk.h.
| FileTransfer TTMessage::filetransfer |
Valid if ttType is __FILETRANSFER.
Definition at line 4007 of file TeamTalk.h.
| MediaFileInfo TTMessage::mediafileinfo |
Valid if ttType is __MEDIAFILEINFO.
Definition at line 4009 of file TeamTalk.h.
| RemoteFile TTMessage::remotefile |
Valid if ttType is __REMOTEFILE.
Definition at line 4011 of file TeamTalk.h.
| ServerProperties TTMessage::serverproperties |
Valid if ttType is __SERVERPROPERTIES.
Definition at line 4013 of file TeamTalk.h.
| ServerStatistics TTMessage::serverstatistics |
Valid if ttType is __SERVERSTATISTICS.
Definition at line 4015 of file TeamTalk.h.
| TextMessage TTMessage::textmessage |
Valid if ttType is __TEXTMESSAGE.
Definition at line 4017 of file TeamTalk.h.
| User TTMessage::user |
Valid if ttType is __USER.
Definition at line 4019 of file TeamTalk.h.
| UserAccount TTMessage::useraccount |
Valid if ttType is __USERACCOUNT.
Definition at line 4021 of file TeamTalk.h.
| BannedUser TTMessage::banneduser |
Valid if ttType is __BANNEDUSER.
Definition at line 4023 of file TeamTalk.h.
| TTBOOL TTMessage::bActive |
Valid if ttType is __TTBOOL.
Definition at line 4025 of file TeamTalk.h.
| INT32 TTMessage::nBytesRemain |
Valid if ttType is __INT32.
Definition at line 4027 of file TeamTalk.h.
| INT32 TTMessage::nStreamID |
Valid if ttType is __INT32.
Definition at line 4029 of file TeamTalk.h.
| INT32 TTMessage::nPayloadSize |
Valid if ttType is __INT32.
Definition at line 4031 of file TeamTalk.h.
| StreamType TTMessage::nStreamType |
Valid if ttType is __STREAMTYPE.
Definition at line 4033 of file TeamTalk.h.
| AudioInputProgress TTMessage::audioinputprogress |
Valid if ttType is __AUDIOINPUTPROGRESS.
Definition at line 4035 of file TeamTalk.h.
| SoundDevice TTMessage::sounddevice |
Valid if ttType is __SOUNDDEVICE.
Definition at line 4037 of file TeamTalk.h.
| char TTMessage::data[1] |
Definition at line 4039 of file TeamTalk.h.
| union { ... } TTMessage |