Main Page | Modules | Class List | File List | Class Members | File Members

GSLoginCB.h File Reference

Callback functions for the Login service. More...

#include "GSTypes.h"

Go to the source code of this file.

Typedefs

typedef GSvoid(* CBLoginRcv_PlayerInfo )(GSubyte ubType, GSchar *szUsername, GSchar *szSurName, GSchar *szFirstName, GSchar *szCountry, GSchar *szEmail, GSchar *szIRCID, GSchar *szIPAddress, GSint iReason)
 Receive information on a player.

typedef GSvoid(* CBLoginRcv_JoinWaitModuleResult )(GSubyte ubType, GSchar *szAddress, GSushort usPort, GSint iReason)
 Receive status of the join wait module request.

typedef GSvoid(* CBLoginRcv_LoginRouterResult )(GSubyte ubType, GSint iReason)
 Receive status of the login request.

typedef GSvoid(* CBLoginRcv_LoginWaitModuleResult )(GSubyte ubType, GSint iReason)
 Receive status of the login wait module request.

typedef GSvoid(* CBLoginRcv_SystemPage )(GSint iSubType, GSchar *szText)
 Received a system page.

typedef GSvoid(* CBLoginRcv_LoginDisconnection )()
 Disconnection from router.

typedef GSvoid(* CBLoginRcv_AccountCreationResult )(GSubyte ubType, GSint iReason)
 Receive the status of the account creation request.

typedef GSvoid(* CBLoginRcv_ModifyUserResult )(GSubyte ubType, GSint iReason)
 Receive the status of the user modifycation request.

typedef GSvoid(* CBLoginRcv_RequestMOTD )(GSubyte ubType, GSchar *szUbiMOTD, GSchar *szGameMOTD, GSint iReason)
 Receive the message of the day.


Detailed Description

This file contains all callback functions declaration for thelogin service.

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