#include <nitro/mb.h>
BOOL MB_CommIsBootable( u16 child_aid );
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
.
Determines whether or not the system is currently in a state in which the specified child is bootable as a multiboot child.
MB_CommGetParentState
, MB_CommBootRequest
10/05/2004 Initial version.