1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3<head> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 8.0.0.0 for Windows"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<TITLE>MB_FakeGetParentBssDesc</TITLE> 8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 9</head> 10<body> 11<h1 align="left">MB_FakeGetParentBssDesc <IMG src="../../image/NTR.gif" width="24" height="12" border="0" align=middle><IMG src="../../image/TWL.gif" width="24" height="12" border="0" align=middle></h1> 12<h2>Syntax</h2> 13<dl> 14 <dd> 15<CODE>#include <nitro/mb/mb_fake_child.h></CODE><BR> 16 <BR> 17 <CODE>BOOL </CODE></dd> 18 <dd><CODE>MB_FakeGetParentBssDesc( u16 index, <A href="../../wm/wm/WMBssDesc.html">WMBssDesc</A>* pBssDesc );</CODE><br> 19 <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>index</STRONG></EM></TD> 27 <TD width="87%">Index for managing the multiboot parent information.</TD> 28 </TR> 29 <TR> 30 <TD><B><I>pBssDesc</I></B></TD> 31 <TD>Pointer to the region for fetching the parent connection information.</TD> 32 </TR> 33 </TBODY> 34</TABLE> 35<h2>Return Values</h2> 36<p><CODE>TRUE</CODE> if the <SPAN class="argument">index</SPAN> argument specifies valid parent information. <CODE>FALSE</CODE> if the <SPAN class="argument">index</SPAN> is not valid.</p> 37<H2>Description</H2> 38<P>This function gets the parent information from the specified index. This information was obtained while scanning for parents. If the specified index is not valid, the function returns FALSE. The information from a valid index can be used to reconnect to the parent after the DS Single-Card Play boot process ends. You can use the <CODE><A href="MB_FakeReadParentBssDesc.html">MB_FakeReadParentBssDesc</A></CODE> function to adjust the MP packet size and other settings based on this parent information, and to get information for the <CODE><A href="../../wm/wm/WM_StartConnect.html">WM_StartConnect</A></CODE> function.<BR><BR> You can also use the <CODE><A href="MB_FakeGetParentGameInfo.html">MB_FakeGetParentGameInfo</A></CODE> function to get the parent's game information.</p> 39<h2>See Also</h2> 40<p><CODE><A href="MB_FakeGetParentGameInfo.html">MB_FakeGetParentGameInfo</A><BR> <A href="MB_FakeReadParentBssDesc.html">MB_FakeReadParentBssDesc</A><BR> <A href="../../wm/wm/WMBssDesc.html">WMBssDesc</A></CODE><BR></CODE></P> 41<H2>Revision History</H2> 42<P>2004/11/25 Initial version. 43</P> 44<hr><p>CONFIDENTIAL</p></body> 45</html> 46