chatInvited

GameSpy SDK

chatInvited

Used in conjunction with the chatConnect functions; called when the local user gets invited to a channel.

typedef void (*chatInvited)(
CHAT chat,
const gsi_char * channel,
const gsi_char * user,
void * param );
RoutineRequired HeaderDistribution
chatInvited<chat.h>SDKZIP

Parameters

chat
[in] The initialized chat interface object.
channel
[in] The channel to which this user was invited.
user
[in] The user who offered the invite.
param
[in] Pointer to user data. The same param that was passed to chatConnect through the callback structure.

Section Reference: Gamespy Chat SDK

See Also: chatConnect, chatInviteUser