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>MB_GetUserVolatData</TITLE>
9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">MB_GetUserVolatData <IMG src="../../image/NTR.gif" width="24" height="12" border="0" align=middle></h1>
15<h2>Syntax</h2>
16
17<dl>
18  <dd>
19  <PRE><CODE>#include &lt;nitro/mb/mb_gameinfo.h&gt;</CODE><BR>
20<CODE>void*
21MB_GetUserVolatData( const <A href="../../wm/wm/WMGameInfo.html">WMGameInfo</A>* gameInfo );
22</CODE></PRE>
23  </dd>
24</dl>
25<h2>Arguments</h2>
26<TABLE border="1" width="100%">
27  <TBODY>
28    <TR>
29      <TD width="13%"><EM><STRONG>gameInfo</STRONG></EM></TD>
30      <TD colspan="2">Pointer to the beacon information obtained with the <CODE><A href="../../wm/wm/WM_StartScan.html">WM_StartScan</A></CODE> function.</TD>
31    </TR>
32  </TBODY>
33</TABLE>
34<h2>Return Values</h2>
35<p>Gets a pointer to the user data configured with the <CODE><A href="MB_SetUserVolatData.html">MB_SetUserVolatData</A></CODE> function. Returns a NULL if the beacon does not include any user data.</p>
36
37<H2>Description</H2>
38<P>Extracts the user data configured with the <CODE><A href="MB_SetUserVolatData.html">MB_SetUserVolatData</A></CODE> function from the MB parent beacon. It is not necessarily the case that the user data is included in every parent device beacon, so a NULL will be returned if there is a beacon without user data.</p>
39<h2>See Also</h2>
40<p><CODE><A href="MB_SetUserVolatData.html">MB_SetUserVolatData</A><BR></CODE></P>
41<H2>Revision History</H2>
42<P>2005/01/18 Initial version.
43</P>
44<hr><p>CONFIDENTIAL</p></body>
45</html>
46