CHATEnterResult

GameSpy SDK

CHATEnterResult

The result of a channel enter attempt, passed into the chatEnterChannelCallback.

typedef enum 
{
CHATEnterSuccess,    
CHATBadChannelName,    
CHATChannelIsFull,    
CHATInviteOnlyChannel,    
CHATBannedFromChannel,    
CHATBadChannelPassword,    
CHATTooManyChannels,    
CHATEnterTimedOut,    
CHATBadChannelMask    
} CHATEnterResult;

Constants

CHATEnterSuccess
The channel was successfully entered.
CHATBadChannelName
The channel name was invalid.
CHATChannelIsFull
The channel is at its user limit.
CHATInviteOnlyChannel
The channel is invite only.
CHATBannedFromChannel
The local user is banned from this channel.
CHATBadChannelPassword
The channel has a password, and a bad password (or none) was given.
CHATTooManyChannels
The server won't allow this user in any more channels.
CHATEnterTimedOut
The attempt to enter timed out.

Section Reference: Gamespy Chat SDK

See Also: chatEnterChannelCallback