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

GSRemoteAlgorithmCB.h

00001 #ifndef __GSREMOTEALGORITHMCB_H__
00002 #define __GSREMOTEALGORITHMCB_H__
00003 
00004 // remote algorithm execution service definitions
00005 #include "RemoteAlgorithmDefines.h"
00006 
00007 // error code system
00008 #include "GSErrors.h"
00009 
00014 //============================================================================
00015 // Callback RemoteAlgorithm_OutputCB
00016 
00050 //============================================================================
00051 typedef GSvoid (__stdcall *RemoteAlgorithm_OutputCB)(
00052     const GSvoid * pData, GSuint uiRequestId, GSRESULT rResult,
00053     const RAE_VALUE * pOutput, GSuint uiNumOutput);
00054 
00057 #endif // __GSREMOTEALGORITHMCB_H__

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