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 8.0.0.0 for Windows">
7<META http-equiv="Content-Style-Type" content="text/css">
8<TITLE>WXC_GetUserInfo</TITLE>
9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">WXC_GetUserInfo <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></h1>
15<h2>Syntax</h2>
16
17<dl>
18  <dd>
19<CODE>#include &lt;nitro/wxc.h&gt;</CODE><BR> <BR> <CODE>const WXCUserInfo* WXC_GetUserInfo(u16 aid);</CODE><br> <br>
20  </dd>
21</dl>
22<h2>Arguments</h2>
23<TABLE border="1" width="100%">
24  <TBODY>
25    <TR>
26<TD width="13%"><EM><STRONG>aid</STRONG></EM></TD>
27<TD width="87%">Specifies the AID of the user whose information is obtained.</TD>
28    </TR>
29  </TBODY>
30</TABLE>
31<h2>Return Values</h2>
32<p>If the specified AID is valid, returns the user information. If not, returns <CODE>NULL</CODE>.</p>
33
34<H2>Description</H2>
35<P>Gets the user information of a currently-connected user. <BR>Do not change the content of the information indicated by pointer this function returns.
36</p>
37<h2>See Also</h2>
38<p><CODE><A href="../WXCUserInfo.html">WXCUserInfo</A> <br> <A href="WXC_GetUserBitmap.html">WXC_GetUserBitmap</A> <BR></CODE></P>
39<H2>Revision History</H2>
40<P>
412005/08/18 Initial version.
42</P>
43<hr><p>CONFIDENTIAL</p></body>
44</html>
45