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

Callbacks
[Ladder Query Service]

The ladder query service function callbacks. More...

Typedefs

typedef GSvoid(* CBLadderQueryRcv_RequestReply )(GSubyte ucType, GSint iReason, GSuint uiRequestId)
 Receive the result of a ladder query to the ubi.com servers.


Detailed Description


Typedef Documentation

typedef GSvoid( * CBLadderQueryRcv_RequestReply)(GSubyte ucType, GSint iReason, GSuint uiRequestId)
 

Description:
This callback will be called when the client receive a response from the ubi.com data provider after asking a ladder data request.
Related functions
LadderQuery_SendRequest()
Parameters:
ucType The status of the message received back (GSSUCCESS or GSFAIL)
iReason The reason of failure if ucType is GSFAIL
uiRequestId The id of the request from wich we received results


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