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_IsMultiBootChild</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">MB_IsMultiBootChild <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 BOOL MB_IsMultiBootChild(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>If the program was launched as a multiboot child, this function returns <code>TRUE</code>. Otherwise, it returns <code>FALSE</code>.</p> 32 33<H2>Description</H2> 34<P>If the program was launched as a multiboot child, this function returns TRUE. If <CODE>TRUE</CODE>, the <CODE><A href="MB_GetMultiBootParentBssDesc.html">MB_GetMultiBootParentBssDesc</A></CODE> function stores valid parent information. <BR> Note that some environment changes, made directly after boot up and until this function is called, may render the parent information returned by this function invalid. <BR> 35<h2>See Also</h2> 36<p><code><A href="MB_Init.html">MB_Init</A>, <A href="MB_GetMultiBootParentBssDesc.html">MB_GetMultiBootParentBssDesc</A></code></P> 37<H2>Revision History</H2> 38<P> 392004/08/09 Initial version. 40</P> 41<hr><p>CONFIDENTIAL</p></body> 42</html> 43