peerStopListingGames

GameSpy SDK

peerStopListingGames

Stops a server list update in progress.  Also stops listening for game state changed messages.

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

Parameters

peer
[in] Initialized peer object.

Remarks

The peerStopListingGames function will stop a server list update in progress.  It will also cause the SDK to stop listening for game state changes.  The current server list is NOT cleared and remains accessible. Each game in this server list still is considered a valid game. The only time the games are invalidated or updated is if there is a call to peerStartListingGames or the title is cleared.

Section Reference: Gamespy Peer SDK