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

GSPersistentCB.h File Reference

Callback functions for the persistent storage service. More...

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


Detailed Description

This file contains all callback functions declaration for the persistent storage service.

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