ServerBrowserRemoveIP
Removes a server from the local list.
- void ServerBrowserRemoveIP(
- ServerBrowser sb,
- const gsi_char * ip,
- unsigned short port );
Routine | Required Header | Distribution |
---|---|---|
ServerBrowserRemoveIP | <sb_serverbrowsing.h> | SDKZIP |
Parameters
- sb
- [in] ServerBrowser object intialized with ServerBrowserNew.
- ip
- [in] The address of the server to remove.
- port
- [in] The port of the server to remove, in network byte order.
Remarks
The ServerBrowserRemoveIP 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.
Section Reference: Gamespy Server Browsing SDK
See Also: ServerBrowserNew, ServerBrowserUpdate, ServerBrowserRemoveServer