|
Typedefs |
typedef GSvoid(* | MSClient_GameServerCB )(GSint iLobbyID, GSint iRoomID, GSshort siGroupType, GSchar *szGroupName, GSint iConfig, GSchar *szMaster, GSchar *szAllowedGames, GSchar *szGames, GSchar *szGameVersion, GSchar *szGSVersion, GSvoid *vpInfo, GSint iSize, GSuint uiMaxPlayer, GSuint uiNbrPlayer, GSuint uiMaxVisitor, GSuint uiNbrVisitor, GSchar *szIPAddress, GSchar *szAltIPAddress, GSint iEventID) |
| The information on a Game Server.
|
typedef GSvoid(* | MSClient_AlternateInfoCB )(GSint iLobbyID, GSint iRoomID, const GSvoid *pcAlternateInfo, GSint iAltInfoSize) |
| The Alternate Info of a Game Server.
|
typedef GSvoid(* | MSClient_ErrorCB )(GSint iReason, GSint iLobbyID, GSint iRoomID) |
| An error occured.
|
typedef GSvoid(* | MSClient_InitFinishedCB )(GSubyte ucType, GSint iError, GSchar *szUserName) |
| The initialization has finished.
|
typedef GSvoid(* | MSClient_LoginDisconnectCB )() |
| The library has disconnected from the Router.
|
typedef GSvoid(* | MSClient_LobbyDisconnectCB )() |
| The library has disconnected from the Lobby.
|
typedef GSvoid(* | MSClient_RequestFinishedCB )() |
| All the Game Servers have been downloaded.
|
typedef GSvoid(* | MSClient_JoinFinishedCB )(GSint iLobbyID, GSint iRoomID, GSvoid *vpGameData, GSint iSize, GSchar *szIPAddress, GSchar *szAltIPAddress, GSushort usPort) |
| Finished joining the game server.
|
typedef GSvoid(* | MSClient_AccountCreationCB )(GSubyte ucType, GSint iReason) |
| Account Creatation callback.
|
typedef GSvoid(* | MSClient_ModifyAccountCB )(GSubyte ucType, GSint iReason) |
| Account Creatation callback.
|
typedef GSvoid(* | MSClient_MatchStartedCB )(GSint iLobbyID, GSint iRoomID, GSuint uiMatchID) |
| The match has started.
|
typedef GSvoid(* | MSClient_SubmitMatchCB )(GSubyte ucType, GSint iReason, GSuint iMatchID) |
| The replay to MSClient_SubmitMatchResult.
|
typedef GSvoid( * MSClient_GameServerCB)(GSint iLobbyID,GSint iRoomID, GSshort siGroupType,GSchar *szGroupName, GSint iConfig, GSchar *szMaster,GSchar *szAllowedGames,GSchar *szGames, GSchar *szGameVersion,GSchar *szGSVersion,GSvoid *vpInfo,GSint iSize, GSuint uiMaxPlayer,GSuint uiNbrPlayer,GSuint uiMaxVisitor, GSuint uiNbrVisitor,GSchar *szIPAddress,GSchar *szAltIPAddress, GSint iEventID)
|
|