1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
7<META http-equiv="Content-Style-Type" content="text/css">
8<title>DWCRnkGetParam_friends</title>
9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">
15<a name=""></a> DWCRnkGetParam_friends
16</h1>
17<h2>Definition</h2>
18
19<dl>
20  <dd>
21<PRE><code>
22#include &lt;dwc.h&gt;
23
24typedef struct DWCRnkGetParam_friends {
25    u32 sort;
26    u32 limit;
27    u32 since;
28    s32 friends[DWC_RNK_FRIENDS_MAX];
29} DWCRnkGetParam_friends;</code></PRE></dd>
30</dl>
31<H2>Description</H2>
32<p>Specifies the parameter for getting data in friend ranking list retrieval mode (<a href=Macro.html#dwc__ranking_8h_1b024592ea57f7ecd5b76caee1edc5b19dabfeed2395ed84700e7d7510b46ca00><CODE>DWC_RNK_GET_MODE_FRIENDS</CODE></a>). This is a member of <a href=Macro.html><CODE>DWCRnkGetParam</CODE></a>.</p><TABLE border="1" width="100%">
33  <TBODY>
34
35    <TR>
36<TD width="13%"><EM><STRONG>sort</STRONG></EM></TD>
37<TD width="87%"><a href=Macro.html#dwc__ranking_8h_161dadd085c1777f559549e05962b2c9e827f7e5e0e54234651bde187887f7cd1><CODE>DWC_RNK_ORDER_ASC</CODE></a>: Ascending order.<br><a href=Macro.html#dwc__ranking_8h_161dadd085c1777f559549e05962b2c9e8b29c14e4ecd065e0004e7a6444affed><CODE>DWC_RNK_ORDER_DES</CODE></a>: Descending order.</TD>
38    </TR>
39
40    <TR>
41<TD width="13%"><EM><STRONG>limit</STRONG></EM></TD>
42<TD width="87%">Maximum number to be retrieved.</TD>
43    </TR>
44
45    <TR>
46<TD width="13%"><EM><STRONG>since</STRONG></EM></TD>
47<TD width="87%">From how long ago (in minutes).</TD>
48    </TR>
49
50    <TR>
51<TD width="13%"><EM><STRONG>friends</STRONG></EM></TD>
52<TD width="87%">Friends PID list.</TD>
53    </TR>
54
55  </TBODY>
56</TABLE>
57
58<h2>See Also</h2>
59<p>
60
61<CODE><A href="DWCRnkGetParam.html">DWCRnkGetParam</A></CODE>
62
63</p>
64
65<H2>Revision History</H2>
66<DL>
67
68<DT><para>1.3.0</DT>
69<DD>Corrected a typo (&quot;seconds&quot; &rarr; &quot;minutes&quot;).</DD>
70
71</DL>
72<hr><p>CONFIDENTIAL</p></body>
73</html>
74