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

46 lines
2.7 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>GSLadderQueryCB.h</h1><a href="GSLadderQueryCB_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001
00002 <span class="comment">//****************************************************************************</span>
00003 <span class="comment">//* Author: Guillaume Plante &lt;gsdevelopers@ubisoft.com&gt;</span>
00004 <span class="comment">//* Date: 2003-07-14</span>
00011 <span class="comment"></span><span class="comment">//****************************************************************************</span>
00012
00013 <span class="preprocessor">#ifndef __GSLADDERQUERYCB_H__</span>
00014 <span class="preprocessor"></span><span class="preprocessor">#define __GSLADDERQUERYCB_H__</span>
00015 <span class="preprocessor"></span>
00016 <span class="preprocessor">#include "GSTypes.h"</span>
00017
00018 <span class="preprocessor">#ifdef __cplusplus</span>
00019 <span class="preprocessor"></span><span class="keyword">class </span>clLadderQueryCallbacks
00020 {
00021 <span class="keyword">public</span>:
00022 <span class="keyword">virtual</span> GSvoid LadderQueryRcv_RequestReply(GSubyte ucType, GSint iReason, GSuint uiRequestId) = 0;
00023 };
00024
00025 <span class="preprocessor">#endif //__cplusplus</span>
00026 <span class="preprocessor"></span>
00032 <span class="comment">//============================================================================</span>
00033 <span class="comment">// Callback CBLadderQueryRcv_RequestReply </span>
00034
00048 <span class="comment">//============================================================================</span>
<a name="l00049"></a><a class="code" href="group__group__LadderQuery.html#a0">00049</a> <span class="keyword">typedef</span> GSvoid (__stdcall *<a class="code" href="group__group__LadderQuery.html#a0">CBLadderQueryRcv_RequestReply</a>)(GSubyte ucType, GSint iReason, GSuint uiRequestId);
00050
00051
00054 <span class="preprocessor">#endif //__GSLADDERQUERYCB_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>