TeamTalk 4 C-API DLL  Version 4.5A
TTMessage Struct Reference

A struct containing the properties of an event. More...

#include <TeamTalk4.h>

Public Attributes

ClientEvent wmMsg
 The event's message number. More...
 
UINT32 wParam
 The first message parameter. More...
 
UINT32 lParam
 The second message parameter. More...
 

Detailed Description

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.

See Also
TT_GetMessage

Member Data Documentation

ClientEvent TTMessage::wmMsg

The event's message number.

See Also
ClientEvent
UINT32 TTMessage::wParam

The first message parameter.

UINT32 TTMessage::lParam

The second message parameter.