|
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.
|