#include <nitro/mb.h>
BOOL MB_CommIsBootable( u16 child_aid );
Determines whether or not the system is currently in a state in which the specified child is bootable as a multiboot child.
child_aid |
The aid that specifies the child that checks the child state |
Returns TRUE when in a state where the specified child is bootable. Otherwise returns FALSE.
MB_CommGetParentState, MB_CommBootRequest
10/05/2004 Initial version