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 http-equiv="Content-Style-Type" content="text/css"> 7<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows"> 8<title>DWC_RnkResGetOrder</title> 9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13<a name="dwc__ranking_8h_1c146bc5115b7debe546eae6588659d25"></a> 14<h1 align="left">DWC_RnkResGetOrder</h1> 15<h2>Syntax</h2> 16 17<dl> 18 <dd> 19<CODE>#include <dwc.h></CODE><BR> 20 <BR> 21 <PRE><CODE><a href=Macro.html#dwc__ranking_8h_11e26643f8161b162f689f7031ace5910>DWCRnkError</a> <a href=DWC_RnkResGetOrder.html#dwc__ranking_8h_1c146bc5115b7debe546eae6588659d25>DWC_RnkResGetOrder</a>(u32 *order);</CODE></PRE></dd> 22</dl> 23 24<h2>Arguments</h2> 25 26<TABLE border="1" width="100%"> 27 <TBODY> 28 29 <TR> 30<TD width="13%"><EM><STRONG>order</STRONG></EM></TD> 31<TD width="87%">Pointer to the variable that gets rank order.</TD> 32 </TR> 33 34 </TBODY> 35</TABLE> 36 37<h2>Return Values</h2> 38 39<TABLE border="1" width="100%"> 40 <TBODY> 41 42 <TR> 43<TD width="13%"><EM><STRONG>DWC_RNK_SUCCESS</STRONG></EM></TD> 44<TD width="87%">Succeeded.</TD> 45 </TR> 46 47 <TR> 48<TD width="13%"><EM><STRONG>DWC_RNK_IN_ERROR</STRONG></EM></TD> 49<TD width="87%">An error is occurring.</TD> 50 </TR> 51 52 <TR> 53<TD width="13%"><EM><STRONG>DWC_RNK_ERROR_INVALID_MODE</STRONG></EM></TD> 54<TD width="87%">Invalid mode.</TD> 55 </TR> 56 57 <TR> 58<TD width="13%"><EM><STRONG>DWC_RNK_ERROR_INVALID_PARAMETER</STRONG></EM></TD> 59<TD width="87%">Invalid parameter.</TD> 60 </TR> 61 62 <TR> 63<TD width="13%"><EM><STRONG>DWC_RNK_ERROR_NOTCOMPLETED</STRONG></EM></TD> 64<TD width="87%">Communications not completed.</TD> 65 </TR> 66 67 <TR> 68<TD width="13%"><EM><STRONG>DWC_RNK_ERROR_EMPTY_RESPONSE</STRONG></EM></TD> 69<TD width="87%">Empty response.</TD> 70 </TR> 71 72 </TBODY> 73</TABLE> 74 75<H2>Description</H2> 76<p>Gets one's own rank order, which the <A href="DWC_RnkGetScoreAsync.html"><CODE>DWC_RnkGetScoreAsync</CODE></a> function received as a result of making a request in get rank mode (<a href=Macro.html#dwc__ranking_8h_1b024592ea57f7ecd5b76caee1edc5b192780d834ce449ab6c433688a1301e6d2><CODE>DWC_RNK_GET_MODE_ORDER</CODE></a>).</p><p>This function will fail if the request was made in anything other than get rank mode.</p> 77 78<H2>Revision History</H2> 79<DL> 80 81</DL> 82<hr><p>CONFIDENTIAL</p></body> 83</html> 84