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>DWCRnkData</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> DWCRnkData
16</h1>
17<h2>Definition</h2>
18
19<dl>
20  <dd>
21<PRE><code>
22#include &lt;dwc.h&gt;
23
24typedef struct DWCRnkData {
25    u32 order;
26    s32 pid;
27    s32 score;
28    <a href=Macro.html#dwc__ranking_8h_1bc0db3fbc51ac91811958f9c51e87899>DWCRnkRegion</a> region;
29    u32 lastupdate;
30    u32 size;
31    void * userdata;
32} DWCRnkData;</code></PRE></dd>
33</dl>
34<H2>Description</H2>
35<p></p><TABLE border="1" width="100%">
36  <TBODY>
37
38    <TR>
39<TD width="13%"><EM><STRONG>order</STRONG></EM></TD>
40<TD width="87%">Order.</TD>
41    </TR>
42
43    <TR>
44<TD width="13%"><EM><STRONG>pid</STRONG></EM></TD>
45<TD width="87%">GameSpyProfileID.</TD>
46    </TR>
47
48    <TR>
49<TD width="13%"><EM><STRONG>score</STRONG></EM></TD>
50<TD width="87%">Score.</TD>
51    </TR>
52
53    <TR>
54<TD width="13%"><EM><STRONG>region</STRONG></EM></TD>
55<TD width="87%">Region code.</TD>
56    </TR>
57
58    <TR>
59<TD width="13%"><EM><STRONG>lastupdate</STRONG></EM></TD>
60<TD width="87%">Time (in minutes) that has elapsed since the last update.</TD>
61    </TR>
62
63    <TR>
64<TD width="13%"><EM><STRONG>size</STRONG></EM></TD>
65<TD width="87%">Size of <CODE>userdata</CODE> (in bytes).</TD>
66    </TR>
67
68    <TR>
69<TD width="13%"><EM><STRONG>userdata</STRONG></EM></TD>
70<TD width="87%">Buffer for user-defined data.</TD>
71    </TR>
72
73  </TBODY>
74</TABLE>
75
76<H2>Revision History</H2>
77<DL>
78
79</DL>
80<hr><p>CONFIDENTIAL</p></body>
81</html>
82