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>MBFakeScanCallback</TITLE> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">MBFakeScanCallback <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>Definition</h2> 16 17<dl> 18 <dd> 19 <PRE><CODE>#include <nitro/mb/mb_fake_child.h></CODE> 20 21typedef struct <BR>{<BR> 22 u16 index; <BR> u16 padding;<BR> MBGameInfo *gameInfo;<BR> WMBssDesc *bssDesc;<BR>} MBFakeScanCallback;<BR> 23</PRE> 24 </dd> 25</dl> 26<h2>Arguments</h2> 27<TABLE border="1"> 28 <TBODY> 29 <TR> 30 <TD><B><I>index</I></B></TD> 31 <TD colspan="2">Index for managing the discovered parents. This index is specified to connect to a parent device using the <CODE><A href="MB_FakeEntryToParent.html">MB_FakeEntryToParent</A></CODE> function.</TD> 32 </TR> 33 <TR> 34 <TD><B><I>gameInfo</I></B></TD> 35 <TD colspan="2">Pointer to the parent game information.</TD> 36 </TR> 37 <TR> 38 <TD><B><I>bssDesc</I></B></TD> 39 <TD colspan="2">Pointer to the parent connection information.</TD> 40 </TR> 41 </TBODY> 42</TABLE> 43<H2>Description</H2> 44<P>This is the structure for the parent information obtained from the callback when the multiboot parent is discovered or lost.</p> 45<h2>See Also</h2> 46<p><code><a href="MB_FakeStartScanParent.html">MB_FakeStartScanParent</a>, <a href="MBFakeScanCallbackFunc.html">MBFakeScanCallbackFunc</a>, <a href="../common/MBGameInfo.html">MBGameInfo</a></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