chatDisconnect

GameSpy SDK

chatDisconnect

Disconnect from the chat server. Performs necessary cleanup of the Chat SDK.

void chatDisconnect(
CHAT chat );
RoutineRequired HeaderDistribution
chatDisconnect<chat.h>SDKZIP

Parameters

chat
[in] Chat SDK object, previously initialized using one of the chatConnect methods.

Remarks

The chatDisconnect function disconnects the SDK from the chat server and performs necessary cleanup on the CHAT object.  The CHAT object is invalid after this call has completed. To continue using the chat SDK you must reinitialize using one of the chat connect methods.

Section Reference: Gamespy Chat SDK

See Also: ChatConnect