TeamTalk 4 C-API DLL
Version 4.5A
|
A struct containing the properties of a user account. More...
#include <TeamTalk4.h>
Public Attributes | |
TTCHAR | szUsername [TT_STRLEN] |
The account's username. More... | |
TTCHAR | szPassword [TT_STRLEN] |
The account's password. More... | |
UserTypes | uUserType |
A bitmask of the type of user based on UserType. More... | |
INT32 | nUserData |
A user data field which can be used for additional information. The nUserData field of the User struct will contain this value when a user who logs in with this account. More... | |
TTCHAR | szNote [TT_STRLEN] |
Additional notes about this user. More... | |
TTCHAR | szInitChannel [TT_STRLEN] |
User should (manually) join this channel after login. If an initial channel is specified in the user's account then no password is required for the user to join the channel. More... | |
INT32 | autoOperatorChannels [TT_CHANNELS_OPERATOR_MAX] |
Channels where this user will automatically become channel operator when joining. More... | |
A struct containing the properties of a user account.
A registered user is one that has a user account on the server.
INT32 UserAccount::nUserData |
A user data field which can be used for additional information. The nUserData field of the User struct will contain this value when a user who logs in with this account.
User should (manually) join this channel after login. If an initial channel is specified in the user's account then no password is required for the user to join the channel.
INT32 UserAccount::autoOperatorChannels[TT_CHANNELS_OPERATOR_MAX] |
Channels where this user will automatically become channel operator when joining.