TeamTalk 4 C-API DLL
Version 4.5A
|
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... | |
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.
ClientEvent TTMessage::wmMsg |
The event's message number.
UINT32 TTMessage::wParam |
The first message parameter.
UINT32 TTMessage::lParam |
The second message parameter.