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_FakeGetParentGameInfo</TITLE> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">MB_FakeGetParentGameInfo <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> 15<h2>Syntax</h2> 16 17<dl> 18 <dd> 19<CODE>#include <nitro/mb/mb_fake_child.h></CODE><BR> 20 <BR> 21 <CODE>BOOL </CODE></dd> 22 <dd><CODE>MB_FakeGetParentGameInfo( u16 index, <A href="../common/MBGameInfo.html">MBGameInfo</A>* pGameInfo );</CODE><br> 23 <br> 24 </dd> 25</dl> 26<h2>Arguments</h2> 27<TABLE border="1" width="100%"> 28 <TBODY> 29 <TR> 30 <TD width="13%"><EM><STRONG>index</STRONG></EM></TD> 31 <TD width="87%">Index for managing the multiboot parent information.</TD> 32 </TR> 33 <TR> 34 <TD><B><I>pGameInfo</I></B></TD> 35 <TD>Pointer to the region for fetching the parent game information.</TD> 36 </TR> 37 </TBODY> 38</TABLE> 39<h2>Return Values</h2> 40<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> 41<H2>Description</H2> 42<P>This function gets the parent information from the specified index. This information was obtained while scanning for parents. In order to reconnect to the parent after the fake DS download process, use the <CODE><A href="MB_FakeGetParentBssDesc.html">MB_FakeGetParentBssDesc</A></CODE> or <CODE><A href="MB_FakeReadParentBssDesc.html">MB_FakeReadParentBssDesc</A></CODE> function to get the parent's <code>BssDesc</code> information.</p> 43<h2>See Also</h2> 44<p><code><a href="MB_FakeGetParentBssDesc.html">MB_FakeGetParentBssDesc</a>, <a href="MB_FakeReadParentBssDesc.html">MB_FakeReadParentBssDesc</a>, <a href="../common/MBGameInfo.html">MBGameInfo</a></code></P> 45<p> 46<CODE><BR></CODE></P> 47<H2>Revision History</H2> 48<P>2004/11/25 Initial version. 49</P> 50<hr><p>CONFIDENTIAL</p></body> 51</html> 52