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_order</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_order 16</h1> 17<h2>Definition</h2> 18 19<dl> 20 <dd> 21<PRE><code> 22#include <dwc.h> 23 24typedef struct DWCRnkGetParam_order { 25 u32 sort; 26 u32 since; 27} DWCRnkGetParam_order;</code></PRE></dd> 28</dl> 29<H2>Description</H2> 30<p>Specifies the parameter for use when data is obtained in order retrieval mode (<a href=Macro.html#dwc__ranking_8h_1b024592ea57f7ecd5b76caee1edc5b192780d834ce449ab6c433688a1301e6d2><CODE>DWC_RNK_GET_MODE_ORDER</CODE></a>). This is a member of <a href=Macro.html><CODE>DWCRnkGetParam</CODE></a>.</p><TABLE border="1" width="100%"> 31 <TBODY> 32 33 <TR> 34<TD width="13%"><EM><STRONG>sort</STRONG></EM></TD> 35<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> 36 </TR> 37 38 <TR> 39<TD width="13%"><EM><STRONG>since</STRONG></EM></TD> 40<TD width="87%">From how long ago (in minutes).</TD> 41 </TR> 42 43 </TBODY> 44</TABLE> 45 46<h2>See Also</h2> 47<p> 48 49<CODE><A href="DWCRnkGetParam.html">DWCRnkGetParam</A></CODE> 50 51</p> 52 53<H2>Revision History</H2> 54<DL> 55 56<DT><para>1.3.0</DT> 57<DD>Corrected a typo ("seconds" → "minutes").</DD> 58 59</DL> 60<hr><p>CONFIDENTIAL</p></body> 61</html> 62