ServerBrowserHalt
Stop an update in progress. .
- void ServerBrowserHalt(
- ServerBrowser sb );
Routine | Required Header | Distribution |
---|---|---|
ServerBrowserHalt | <sb_serverbrowsing.h> | SDKZIP |
Parameters
- sb
- [in] ServerBrowser object intialized with ServerBrowserNew.
Remarks
The ServerBrowserHalt function will stop an update in progress. This is often tied to a "cancel" button presented to the user on the server list screen. Clears any servers queued to be queried, and disconneects from the master server.
Section Reference: Gamespy Server Browsing SDK
See Also: ServerBrowserNew, ServerBrowserUpdate