Main Page | Modules | File List | File Members

Callback registration

Register the callbacks function names. More...

Functions

GSbool MSClient_FixRequestMOTD (MSClient_RequestMOTDCB fFunction)
 Set the function name for the callback.

GSbool MSClient_FixGameServerCB (MSClient_GameServerCB fFunction)
 Fix the GameServer Callback.

GSbool MSClient_FixAlternateInfoCB (MSClient_AlternateInfoCB fFunction)
 Fix the AlternateInfo Callback.

GSbool MSClient_FixErrorCB (MSClient_ErrorCB fFunction)
 Fix the Error Callback.

GSbool MSClient_FixInitFinishedCB (MSClient_InitFinishedCB fFunction)
 Fix the InitFinished callback.

GSbool MSClient_FixLoginDisconnectCB (MSClient_LoginDisconnectCB fFunction)
 Fix the LoginDisconnect callback.

GSbool MSClient_FixLobbyDisconnectCB (MSClient_LobbyDisconnectCB fFunction)
 Fix the LobbyDisconnect callback.

GSbool MSClient_FixRequestFinishedCB (MSClient_RequestFinishedCB fFunction)
 Fix the RequestFinished callback.

GSbool MSClient_FixJoinFinishedCB (MSClient_JoinFinishedCB fFunction)
 Fix the JoinFinished callback.

GSbool MSClient_FixAccountCreationCB (MSClient_AccountCreationCB fFunction)
 Fix the AccountCreation callback.

GSbool MSClient_FixModifyAccountCB (MSClient_ModifyAccountCB fFunction)
 Fix the ModifyUser callback.

GSbool MSClient_FixMatchStartedCB (MSClient_MatchStartedCB fFunction)
 Fix the Match Started callback.

GSbool MSClient_FixSubmitMatchCB (MSClient_SubmitMatchCB fFunction)
 Fix the SubmitMatch callback.


Detailed Description

Theses functions are used to register callbacks of the master server client API.

Function Documentation

GSbool MSClient_FixAccountCreationCB MSClient_AccountCreationCB  fFunction  ) 
 

Description:
Tells the library what function to call when the Account Creation has finished.
Returns:
The success of the function
Parameters:
fFunction The function to call

GSbool MSClient_FixAlternateInfoCB MSClient_AlternateInfoCB  fFunction  ) 
 

Description:
Register the callback function that will be called when extrended information about a game server is received.
Returns:
The success of the Function
Parameters:
fFunction The function to call

GSbool MSClient_FixErrorCB MSClient_ErrorCB  fFunction  ) 
 

Description:
Tells the library what function to call when an Error is received
Returns:
The success of the Function
Parameters:
fFunction The Function to call

GSbool MSClient_FixGameServerCB MSClient_GameServerCB  fFunction  ) 
 

Description:
Register the callback function that will be called when information about a game server is received.
Returns:
Status of the function call
Parameters:
fFunction The function to call.

GSbool MSClient_FixInitFinishedCB MSClient_InitFinishedCB  fFunction  ) 
 

Description:
Tells the library what function to call when initialization has finish.
Returns:
The success of the Function
Parameters:
fFunction The function to call

GSbool MSClient_FixJoinFinishedCB MSClient_JoinFinishedCB  fFunction  ) 
 

Description:
Tells the library what function to call when the Game Server has been joined.
Returns:
The success of the function
Parameters:
fFunction The function to call

GSbool MSClient_FixLobbyDisconnectCB MSClient_LobbyDisconnectCB  fFunction  ) 
 

Description:
Register the callback function that will be called when a disconnection from Ubi.com matchmaking servers is detected.
Returns:
The success of the Function
Parameters:
fFunction The function to call

GSbool MSClient_FixLoginDisconnectCB MSClient_LoginDisconnectCB  fFunction  ) 
 

Description:
Register the callback function that will be called when a disconnection from Ubi.com authentication servers is detected.
Returns:
The success of the Function
Parameters:
fFunction The function to call

GSbool MSClient_FixMatchStartedCB MSClient_MatchStartedCB  fFunction  ) 
 

Description:
Tells the library what function to call when a match has been started.
Returns:
The success of the function
Parameters:
fFunction The function to call

GSbool MSClient_FixModifyAccountCB MSClient_ModifyAccountCB  fFunction  ) 
 

Description:
Tells the library what function to call when the Account Modification has finished.
Returns:
The success of the function
Parameters:
fFunction The function to call

GSbool MSClient_FixRequestFinishedCB MSClient_RequestFinishedCB  fFunction  ) 
 

Description:
Register the callback function that will be called when a disconnection from Ubi.com matchmaking servers is detected.
Returns:
The success of the function
Parameters:
fFunction The function to call

GSbool MSClient_FixRequestMOTD MSClient_RequestMOTDCB  fFunction  ) 
 

Description:
This function is used to set the function name for the callback
Returns:
Status of the function call
Return values:
GS_TRUE Success
GS_FALSE Failure
Parameters:
fFunction Name of a function of type MSClient_RequestMOTDCB

GSbool MSClient_FixSubmitMatchCB MSClient_SubmitMatchCB  fFunction  ) 
 

Description:
Tells the library what function to call when a SubmitMatch responce has been received
Returns:
The success of the function
Parameters:
fFunction The function to call


Ubi.com GameService SDK - ©UbiSoft Entertainment 2002
GameService development team