Files
FC1/Ubisoft.com/GSServices/sdks/gs-sdk-cdkey/doc-api/GSCDKeyCallbacks_8h-source.html
romkazvo 34d6c5d489 123
2023-08-07 19:29:24 +08:00

97 lines
8.6 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&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
<h1>GSCDKeyCallbacks.h</h1><a href="GSCDKeyCallbacks_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">//****************************************************************************</span>
00002 <span class="comment">//* Author: Guillaume Plante gsdevelopers@ubisoft.com</span>
00003 <span class="comment">//* Date: 2002-06-06 15:47:17</span>
00010 <span class="comment"></span><span class="comment">//****************************************************************************</span>
00011
00012 <span class="preprocessor">#ifndef _GSCDKEYCALLBACKS_H_</span>
00013 <span class="preprocessor"></span><span class="preprocessor">#define _GSCDKEYCALLBACKS_H_</span>
00014 <span class="preprocessor"></span>
00015 <span class="preprocessor">#include "GSTypes.h"</span>
00016 <span class="preprocessor">#include "<a class="code" href="GSCDKeyDefines_8h.html">GSCDKeyDefines.h</a>"</span>
00017
00018
00027 <span class="comment">//============================================================================</span>
00028 <span class="comment">// CallBack CBCDKey_RcvActivationID</span>
00029 <span class="comment">// Author: Guillaume Plante gsdevelopers@ubisoft.com</span>
00030 <span class="comment">// Date: 2002-06-06 14:34:14</span>
00045 <span class="comment"></span><span class="comment">//============================================================================</span>
<a name="l00046"></a><a class="code" href="group__group4.html#a0">00046</a> <span class="keyword">typedef</span> GSvoid (__stdcall *<a class="code" href="group__group4.html#a0">CBCDKey_RcvActivationID</a>)(<a class="code" href="struct__REPLY__INFORMATION.html">PREPLY_INFORMATION</a> psReplyInfo,
00047 <a class="code" href="struct__VALIDATION__SERVER__INFO.html">PVALIDATION_SERVER_INFO</a> psValidationServerInfo,GSubyte *pucActivationID,GSubyte *pucGlobalID);
00048
00049
00050 <span class="comment">//============================================================================</span>
00051 <span class="comment">// CallBack CBCDKey_RcvAuthorizationID</span>
00052 <span class="comment">// Author: Guillaume Plante gsdevelopers@ubisoft.com</span>
00053 <span class="comment">// Date: 2002-06-06 14:38:23</span>
00067 <span class="comment"></span><span class="comment">//============================================================================</span>
<a name="l00068"></a><a class="code" href="group__group4.html#a1">00068</a> <span class="keyword">typedef</span> GSvoid (__stdcall *<a class="code" href="group__group4.html#a1">CBCDKey_RcvAuthorizationID</a>)(<a class="code" href="struct__REPLY__INFORMATION.html">PREPLY_INFORMATION</a> psReplyInfo,
00069 <a class="code" href="struct__VALIDATION__SERVER__INFO.html">PVALIDATION_SERVER_INFO</a> psValidationServerInfo,GSubyte *pucAuhorizationID);
00070
00082 <span class="comment">//============================================================================</span>
00083 <span class="comment">// CallBack CBCDKey_RcvValidationResponse</span>
00084 <span class="comment">// Author: Guillaume Plante gsdevelopers@ubisoft.com</span>
00085 <span class="comment">// Date: 2002-06-06 14:44:57</span>
00103 <span class="comment"></span><span class="comment">//============================================================================</span>
<a name="l00104"></a><a class="code" href="group__group5.html#a0">00104</a> <span class="keyword">typedef</span> GSvoid (__stdcall *<a class="code" href="group__group5.html#a0">CBCDKey_RcvValidationResponse</a>)(<a class="code" href="struct__REPLY__INFORMATION.html">PREPLY_INFORMATION</a> psReplyInfo,
00105 <a class="code" href="struct__VALIDATION__SERVER__INFO.html">PVALIDATION_SERVER_INFO</a> psValidationServerInfo,GSubyte *pucAuhorizationID,CDKEY_PLAYER_STATUS eStatus,GSubyte *pucGlobalID);
00106
00107
00108 <span class="comment">//============================================================================</span>
00109 <span class="comment">// CallBack CBCDKey_RcvPlayerStatusRequest</span>
00110 <span class="comment">// Author: Guillaume Plante gsdevelopers@ubisoft.com</span>
00111 <span class="comment">// Date: 2002-06-06 14:49:13</span>
00127 <span class="comment"></span><span class="comment">//============================================================================</span>
<a name="l00128"></a><a class="code" href="group__group5.html#a1">00128</a> <span class="keyword">typedef</span> GSvoid (__stdcall *<a class="code" href="group__group5.html#a1">CBCDKey_RcvPlayerStatusRequest</a>)(<a class="code" href="struct__VALIDATION__SERVER__INFO.html">PVALIDATION_SERVER_INFO</a> psValidationServerInfo,
00129 GSubyte *pucAuhorizationID);
00130
00131
00142 <span class="comment">//============================================================================</span>
00143 <span class="comment">// Function GSCDKey_FixRcvActivationID</span>
00144 <span class="comment">// Author: Guillaume Plante gsdevelopers@ubisoft.com</span>
00145 <span class="comment">// Date: 2002-06-06 14:56:15</span>
00162 <span class="comment"></span><span class="comment">//============================================================================</span>
00163 GSbool __stdcall <a class="code" href="group__group6.html#a0">GSCDKey_FixRcvActivationID</a>(GShandle pGSCDKeyHandle,<a class="code" href="group__group4.html#a0">CBCDKey_RcvActivationID</a> fRcvActivationID);
00164
00165
00166 <span class="comment">//============================================================================</span>
00167 <span class="comment">// Function GSCDKey_FixRcvAuthorizationID</span>
00168 <span class="comment">// Author: Guillaume Plante gsdevelopers@ubisoft.com</span>
00169 <span class="comment">// Date: 2002-06-06 14:58:29</span>
00186 <span class="comment"></span><span class="comment">//============================================================================</span>
00187 GSbool __stdcall <a class="code" href="group__group6.html#a1">GSCDKey_FixRcvAuthorizationID</a>(GShandle pGSCDKeyHandle,<a class="code" href="group__group4.html#a1">CBCDKey_RcvAuthorizationID</a> fRcvAuthorizationID);
00188
00189
00190 <span class="comment">//============================================================================</span>
00191 <span class="comment">// Function GSCDKey_FixRcvValidationResponse</span>
00192 <span class="comment">// Author: Guillaume Plante gsdevelopers@ubisoft.com</span>
00193 <span class="comment">// Date: 2002-06-06 14:58:37</span>
00210 <span class="comment"></span><span class="comment">//============================================================================</span>
00211 GSbool __stdcall <a class="code" href="group__group6.html#a2">GSCDKey_FixRcvValidationResponse</a>(GShandle pGSCDKeyHandle,<a class="code" href="group__group5.html#a0">CBCDKey_RcvValidationResponse</a> fRcvValidationResponse);
00212
00213
00214 <span class="comment">//============================================================================</span>
00215 <span class="comment">// Function GSCDKey_FixRcvPlayerStatusRequest</span>
00216 <span class="comment">// Author: Guillaume Plante gsdevelopers@ubisoft.com</span>
00217 <span class="comment">// Date: 2002-06-06 14:58:50</span>
00234 <span class="comment"></span><span class="comment">//============================================================================</span>
00235 GSbool __stdcall <a class="code" href="group__group6.html#a3">GSCDKey_FixRcvPlayerStatusRequest</a>(GShandle pGSCDKeyHandle,<a class="code" href="group__group5.html#a1">CBCDKey_RcvPlayerStatusRequest</a> fRcvPlayerStatusRequest);
00236
00239 <span class="preprocessor">#endif //_GSCDKEYCALLBACKS_H_</span>
</pre></div><hr>
<p align="right">
<i>Ubi.com GameService SDK - &copy;UbiSoft Entertainment 2002 </i><br>
<i><a href="mailto:gsdevteam@ubisoft.com">GameService development team</a></i>
</p>
</body>
</html>