This commit is contained in:
romkazvo
2023-08-07 19:29:24 +08:00
commit 34d6c5d489
4832 changed files with 1389451 additions and 0 deletions

View File

@@ -0,0 +1,77 @@
<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>GSFriendsCB.h File Reference</h1>Callback functions for the <b><em>friends service</em></b>.
<a href="#_details">More...</a>
<p>
<code>#include "GSTypes.h"</code><br>
<code>#include "GSErrors.h"</code><br>
<p>
<a href="GSFriendsCB_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>typedef GSvoid(*&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__group__FriendCB.html#a0">CBFriendsRcv_LoginResult</a> )(GSubyte ubType, GSint iReason)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Receive friends service login result. </em> <a href="group__group__FriendCB.html#a0"></a><em><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>typedef GSvoid(*&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__group__FriendCB.html#a1">CBFriendsRcv_AddFriend</a> )(GSubyte ubType, GSint iReason, GSchar *szUsername)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Receive the status of the friend addition request. </em> <a href="group__group__FriendCB.html#a1"></a><em><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>typedef GSvoid(*&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__group__FriendCB.html#a2">CBFriendsRcv_DelFriend</a> )(GSubyte ubType, GSint iReason, GSchar *szUsername)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Receive the status of the remove friend request. </em> <a href="group__group__FriendCB.html#a2"></a><em><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>typedef GSvoid(*&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__group__FriendCB.html#a3">CBFriendsRcv_IgnorePlayer</a> )(GSRESULT rCode, const GSchar *szPlayer)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Result of an ignore player request. </em> <a href="group__group__FriendCB.html#a3"></a><em><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>typedef GSvoid(*&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__group__FriendCB.html#a4">CBFriendsRcv_UnignorePlayer</a> )(GSRESULT rCode, const GSchar *szPlayer)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Result of an unignore player request. </em> <a href="group__group__FriendCB.html#a4"></a><em><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>typedef GSvoid(*&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__group__FriendCB.html#a5">CBFriendsRcv_ListIgnoredPlayers</a> )(GSRESULT rCode)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Result of a request to get the ignore-list. </em> <a href="group__group__FriendCB.html#a5"></a><em><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>typedef GSvoid(*&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__group__FriendCB.html#a6">CBFriendsRcv_IgnoredPlayer</a> )(const GSchar *szPlayer)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Enumeration of the ignored players. </em> <a href="group__group__FriendCB.html#a6"></a><em><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>typedef GSvoid(*&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__group__FriendCB.html#a7">CBFriendsRcv_Page</a> )(GSchar *szUsername, GSchar *pszMessage, GSchar *szTimeStamp)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Receive a page message. </em> <a href="group__group__FriendCB.html#a7"></a><em><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>typedef GSvoid(*&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__group__FriendCB.html#a8">CBFriendsRcv_PagePlayer</a> )(GSubyte ubType, GSint iReason, GSchar *szUsername)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Receive the status of send page request. </em> <a href="group__group__FriendCB.html#a8"></a><em><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>typedef GSvoid(*&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__group__FriendCB.html#a9">CBFriendsRcv_PeerMsg</a> )(GSchar *szUsername, GSvoid *p_Buffer, GSuint uiLength)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Receive a peer message. </em> <a href="group__group__FriendCB.html#a9"></a><em><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>typedef GSvoid(*&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__group__FriendCB.html#a10">CBFriendsRcv_PeerPlayer</a> )(GSubyte ubType, GSint iReason, GSchar *szUsername)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Receive the status of the send peer message request. </em> <a href="group__group__FriendCB.html#a10"></a><em><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>typedef GSvoid(*&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__group__FriendCB.html#a11">CBFriendsRcv_ChangeFriend</a> )(GSubyte ubType, GSint iReason)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Receive the status of change friend request. </em> <a href="group__group__FriendCB.html#a11"></a><em><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>typedef GSvoid(*&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__group__FriendCB.html#a12">CBFriendsRcv_StatusChange</a> )(GSubyte ubType, GSint iReason)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Receive the status of a change status request. </em> <a href="group__group__FriendCB.html#a12"></a><em><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>typedef GSvoid(*&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__group__FriendCB.html#a13">CBFriendsRcv_UpdateFriend</a> )(GSchar *szUsername, GSint iStatus, GSchar *szGroup, GSint iMood, GSint iOptions, GSchar *szGameName)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Receive information about a friend. </em> <a href="group__group__FriendCB.html#a13"></a><em><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>typedef GSvoid(*&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__group__FriendCB.html#a14">CBFriendsRcv_SearchPlayer</a> )(GSubyte ubType, GSint iReason, GSchar *szUsername, GSint iStatus, GSchar *szGameName)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Receive the status of search player request. </em> <a href="group__group__FriendCB.html#a14"></a><em><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>typedef GSvoid(*&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__group__FriendCB.html#a15">CBFriendsRcv_ScoreCard</a> )(GSubyte ubType, GSint iReason, GSchar *szUsername, GSchar *szGame, GSchar *szScore)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Receive score card information for a player. </em> <a href="group__group__FriendCB.html#a15"></a><em><br><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
This file contains all callback functions declaration for the friend service.<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>