UserAccount Struct Reference
[Server Properties]

A struct containing the properties of a user account. More...

#include <TeamTalk4.h>

List of all members.

Public Attributes

TTCHAR szUsername [TT_STRLEN]
 The account's username.
TTCHAR szPassword [TT_STRLEN]
 The account's password.
UserTypes uUserType
 A bitmask of the type of user based on UserType.
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.
TTCHAR szNote [TT_STRLEN]
 Additional notes about this user.
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.
INT32 autoOperatorChannels [TT_CHANNELS_OPERATOR_MAX]
 Channels where this user will automatically become channel operator when joining.

Detailed Description

A struct containing the properties of a user account.

A registered user is one that has a user account on the server.

See also:
TT_DoListUserAccounts
TT_DoNewUserAccount
TT_DoDeleteUserAccount

Member Data Documentation

The account's username.

The account's password.

A bitmask of the type of user based on UserType.

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.

Additional notes about this user.

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.

See also:
TT_DoJoinChannel()
INT32 UserAccount::autoOperatorChannels[TT_CHANNELS_OPERATOR_MAX]

Channels where this user will automatically become channel operator when joining.

See also:
TT_DoChannelOp()
Generated on Sun Mar 18 17:18:33 2012 for TeamTalk 4 C-API DLL by  doxygen 1.6.3