chatEnumJoinedChannels

GameSpy SDK

chatEnumJoinedChannels

Enumerates the chat channels on the server which the local client has joined. .

void chatEnumJoinedChannels(
CHAT chat,
chatEnumJoinedChannelsCallback callback,
void * param );
RoutineRequired HeaderDistribution
chatEnumJoinedChannels<chat.h>SDKZIP

Parameters

chat
[in] Chat SDK object, previously initialized using one of the chatConnect methods.
callback
[in] Optional user-supplied function to be called once for each channel in the list.
param
[in] Optional pointer to user data; will be passed unmodified to the callback function.

Remarks

For each channel, a channel index value is returned that may be used to retrieve further information about the channel.