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_FakeSetCStateCallback</TITLE> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">MB_FakeSetCStateCallback <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>void <BR> 22 MB_FakeSetCStateCallback(<A href="../mb_comm_cstate_callback_type.html">MBCommCStateCallbackFunc</A> callback);</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%"><B><I>callback</I></B></TD> 31 <TD width="87%">Pointer to the callback function that notifies the parent of the entry status <br>This callback is called from the interrupt handler.</TD> 32 </TR> 33 </TBODY> 34</TABLE> 35<h2>Return Values</h2> 36<p>None.</p> 37 38<H2>Description</H2> 39<P>Sets the callback functions to notify of the process's progress when the <CODE><A href="MB_FakeEntryToParent.html">MB_FakeEntryToParent</A></CODE> function begins connecting to a parent device, or when the <CODE><A href="MB_FakeEnd.html">MB_FakeEnd</A></CODE> function ends the multiboot process.</p> 40<h2>See Also</h2> 41<p><CODE><CODE><A href="MB_FakeEntryToParent.html">MB_FakeEntryToParent</A></CODE>?<A href="MB_FakeEnd.html">MB_FakeEnd</A>, <A href="../mb_comm_cstate_callback_type.html">MBCommCStateCallbackFunc</A><BR></CODE></P> 42<H2>Revision History</H2> 43<P> 442005/06/01 Added text indicating that the callback is called from the interrupt handler. <br> 2004/11/25 Initial version. 45</P> 46<hr><p>CONFIDENTIAL</p></body> 47</html> 48