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_toplist</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_toplist
16</h1>
17<h2>Definition</h2>
18
19<dl>
20  <dd>
21<PRE><code>
22#include &lt;dwc.h&gt;
23
24typedef struct DWCRnkGetParam_toplist {
25    u32 sort;
26    u32 limit;
27    u32 since;
28} DWCRnkGetParam_toplist;</code></PRE></dd>
29</dl>
30<H2>Description</H2>
31<p>Specifies the parameter to be used for getting data in top ranking list retrieval mode (<a href=Macro.html#dwc__ranking_8h_1b024592ea57f7ecd5b76caee1edc5b196a28982348d7e68f741fe17f02119472><CODE>DWC_RNK_GET_MODE_TOPLIST</CODE></a>). This is a member of <a href=Macro.html><CODE>DWCRnkGetParam</CODE></a>.</p><TABLE border="1" width="100%">
32  <TBODY>
33
34    <TR>
35<TD width="13%"><EM><STRONG>sort</STRONG></EM></TD>
36<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>
37    </TR>
38
39    <TR>
40<TD width="13%"><EM><STRONG>limit</STRONG></EM></TD>
41<TD width="87%">Maximum number to be retrieved.</TD>
42    </TR>
43
44    <TR>
45<TD width="13%"><EM><STRONG>since</STRONG></EM></TD>
46<TD width="87%">From how long ago (in minutes).</TD>
47    </TR>
48
49  </TBODY>
50</TABLE>
51
52<h2>See Also</h2>
53<p>
54
55<CODE><A href="DWCRnkGetParam.html">DWCRnkGetParam</A></CODE>
56
57</p>
58
59<H2>Revision History</H2>
60<DL>
61
62<DT><para>1.3.0</DT>
63<DD>Corrected a typo (&quot;seconds&quot; &rarr; &quot;minutes&quot;).</DD>
64
65</DL>
66<hr><p>CONFIDENTIAL</p></body>
67</html>
68