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

GSCDKeyCallbacks.h File Reference

Callback definitions and register functionalities. More...

#include "GSTypes.h"
#include "GSCDKeyDefines.h"

Go to the source code of this file.

Typedefs

typedef GSvoid(* CBCDKey_RcvActivationID )(PREPLY_INFORMATION psReplyInfo, PVALIDATION_SERVER_INFO psValidationServerInfo, GSubyte *pucActivationID, GSubyte *pucGlobalID)
 Received a activation id request response from the validation server.

typedef GSvoid(* CBCDKey_RcvAuthorizationID )(PREPLY_INFORMATION psReplyInfo, PVALIDATION_SERVER_INFO psValidationServerInfo, GSubyte *pucAuhorizationID)
 Received a authorization id request response from the validation server.

typedef GSvoid(* CBCDKey_RcvValidationResponse )(PREPLY_INFORMATION psReplyInfo, PVALIDATION_SERVER_INFO psValidationServerInfo, GSubyte *pucAuhorizationID, CDKEY_PLAYER_STATUS eStatus, GSubyte *pucGlobalID)
 Received a validation status for a player from the validation server.

typedef GSvoid(* CBCDKey_RcvPlayerStatusRequest )(PVALIDATION_SERVER_INFO psValidationServerInfo, GSubyte *pucAuhorizationID)
 Receive a player status request from the validation server.


Functions

GSbool GSCDKey_FixRcvActivationID (GShandle pGSCDKeyHandle, CBCDKey_RcvActivationID fRcvActivationID)
 Register the callback.

GSbool GSCDKey_FixRcvAuthorizationID (GShandle pGSCDKeyHandle, CBCDKey_RcvAuthorizationID fRcvAuthorizationID)
 Register the callback.

GSbool GSCDKey_FixRcvValidationResponse (GShandle pGSCDKeyHandle, CBCDKey_RcvValidationResponse fRcvValidationResponse)
 Register the callback.

GSbool GSCDKey_FixRcvPlayerStatusRequest (GShandle pGSCDKeyHandle, CBCDKey_RcvPlayerStatusRequest fRcvPlayerStatusRequest)
 Register the callback.


Detailed Description

This file contains the callback definitions and register functionalities for the cd key interface

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