#include "GSTypes.h"
Go to the source code of this file.
Typedefs | |
| typedef GSvoid(* | CBPSRcv_LoginResult )(GSubyte ucType, GSint iReason) |
| Receive status of the Persistent data storage login request. | |
| typedef GSvoid(* | CBPSRcv_Disconnection )() |
| Client as been disconnected from the Persistent storage service. | |
| typedef GSvoid(* | CBPSRcv_SetDataReply )(GSubyte ucType, GSint iReason, GSuint iID) |
| Proxy reply on client request to set persistent data. | |
| typedef GSvoid(* | CBPSRcv_GetDataReply )(GSubyte ucType, GSint iReason, GSuint iID, GSvoid *pData, GSint iSize) |
| Proxy reply on client request to get persistent data. | |
Ubi.com GameService SDK - ©UbiSoft Entertainment 2002
GameService development team