ServerBrowserRemoveServer

GameSpy SDK

ServerBrowserRemoveServer

Removes a server from the local list.

void ServerBrowserRemoveServer(
ServerBrowser sb,
SBServer server );
RoutineRequired HeaderDistribution
ServerBrowserRemoveServer<sb_serverbrowsing.h>SDKZIP

Parameters

sb
[in] ServerBrowser object intialized with ServerBrowserNew.
server
[in] The server to remove.

Remarks

The ServerBrowserRemoveServer function removes a single SBServer from the local list. This does not affect the backend or remote users. Please refer to the QR2 SDK for removing a registered server from the backend list.