peerDisconnect

GameSpy SDK

peerDisconnect

Disconnect from the chat server.  peerShutdown must still be called.

void peerDisconnect(
PEER peer );
RoutineRequired HeaderDistribution
peerDisconnect<peer.h>SDKZIP

Parameters

peer
[in] Initialized peer object.

Remarks

The peerDisconnect function disconnects the local client from the chat server.  peerShutdown must still be called to free internal sdk memory.

Section Reference: Gamespy Peer SDK