MB_CommIsBootable

C Specification

#include <nitro/mb.h>

BOOL MB_CommIsBootable( u16 child_aid );

Arguments

child_aid The aid that specifies the child that checks the child state

Return Values

Returns TRUE when in a state where the specified child is bootable. Otherwise returns FALSE.

Description

Determines whether or not the system is currently in a state in which the specified child is bootable as a multiboot child.

See Also

MB_CommGetParentState, MB_CommBootRequest

Revision History

10/05/2004 Initial version.