36 lines
2.1 KiB
HTML
36 lines
2.1 KiB
HTML
<HTML>
|
|
|
|
<HEAD>
|
|
<TITLE>Ubi.com GameService SDK</TITLE>
|
|
<LINK href="./gs-sdk-doc.css" rel="stylesheet" type="text/css">
|
|
</HEAD>
|
|
|
|
<BODY >
|
|
<!-- Generated by Doxygen 1.3.4 -->
|
|
<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a></div>
|
|
<h1>GSRemoteAlgorithmCB.h</h1><div class="fragment"><pre>00001 <span class="preprocessor">#ifndef __GSREMOTEALGORITHMCB_H__</span>
|
|
00002 <span class="preprocessor"></span><span class="preprocessor">#define __GSREMOTEALGORITHMCB_H__</span>
|
|
00003 <span class="preprocessor"></span>
|
|
00004 <span class="comment">// remote algorithm execution service definitions</span>
|
|
00005 <span class="preprocessor">#include "RemoteAlgorithmDefines.h"</span>
|
|
00006
|
|
00007 <span class="comment">// error code system</span>
|
|
00008 <span class="preprocessor">#include "GSErrors.h"</span>
|
|
00009
|
|
00014 <span class="comment">//============================================================================</span>
|
|
00015 <span class="comment">// Callback RemoteAlgorithm_OutputCB</span>
|
|
00016
|
|
00050 <span class="comment">//============================================================================</span>
|
|
<a name="l00051"></a><a class="code" href="group__group__RAECB.html#a0">00051</a> <span class="keyword">typedef</span> GSvoid (__stdcall *<a class="code" href="group__group__RAECB.html#a0">RemoteAlgorithm_OutputCB</a>)(
|
|
00052 <span class="keyword">const</span> GSvoid * pData, GSuint uiRequestId, GSRESULT rResult,
|
|
00053 <span class="keyword">const</span> <a class="code" href="structRAE__VALUE.html">RAE_VALUE</a> * pOutput, GSuint uiNumOutput);
|
|
00054
|
|
00057 <span class="preprocessor">#endif // __GSREMOTEALGORITHMCB_H__</span>
|
|
</pre></div><hr>
|
|
<p align="right">
|
|
<i>Ubi.com GameService SDK - ©UbiSoft Entertainment 2002 </i><br>
|
|
<i><a href="mailto:gsdevteam@ubisoft.com">GameService development team</a></i>
|
|
</p>
|
|
</body>
|
|
</html>
|