chatInviteUser

GameSpy SDK

chatInviteUser

Invite a user to join a channel.

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

Parameters

chat
[in] Chat SDK object, previously initialized using one of the chatConnect methods.
channel
[in] Name of the chat channel to which the user is being invited.
user
[in] User's chat nickname.

Remarks

The chatInviteUser function may be used to invite a user to a particular chat room.

Unicode Mappings

RoutineGSI_UNICODE Not DefinedGSI_UNICODE Defined
chatInviteUserchatInviteUserAchatInviteUserW

chatInviteUserW and chatInviteUserA are UNICODE and ANSI mapped versions of chatInviteUser. The arguments of chatInviteUserA are ANSI strings; those of chatInviteUserW are wide-character strings.

Section Reference: Gamespy Chat SDK