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 7.0.0.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<title>MB_GetMultiBootDownloadParameter</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">MB_GetMultiBootDownloadParameter <IMG src="../../image/NTR.gif" width="24" height="12" border="0" align=middle></h1> 15<h2>Syntax</h2> 16 17<dl> 18 <dd> 19<CODE>#include <nitro/mb.h></CODE><BR> 20 <BR> 21 <CODE>static inline const u8* MB_GetMultiBootDownloadParameter(void);</CODE><br> 22 <br> 23 </dd> 24</dl> 25<h2>Arguments</h2> 26<p> 27None. 28</p> 29 30<h2>Return Values</h2> 31<p>Returns the user-defined extended parameters specified during download when started up as multiboot child, or NULL if not.</p> 32 33<H2>Description</H2> 34<P>If the program was started up as the multiboot child, this function returns the pointer to where the user-defined extended parameters specified during download are stored. These extended parameters are specified by the downloading parent with the <a href="../mb_game_registry_type.html"><CODE>MBGameRegistry</CODE></a> structure.<BR> <BR> 35<h2>See Also</h2> 36<p><CODE><a href="../mb_game_registry_type.html">MBGameRegistry</a> <br> <A href="../common/MB_IsMultiBootChild.html">MB_IsMultiBootChild</A> <BR></CODE></P> 37<H2>Revision History</H2> 38<P> 392005/08/17 Initial version. 40</P> 41<hr><p>CONFIDENTIAL</p></body> 42</html> 43