MB_CommBootRequestAll

C Specification

#include <nitro/mb.h>

BOOL MB_CommBootRequestAll(void);

Arguments

None.

Return Values

Returns TRUE if a boot request is successfully sent to all children. Otherwise, it returns FALSE.

Description

This sends a boot request to all children that are multiboot processing with the current parent. It returns TRUE if it has already received a boot possible notification from all children, and if it can successfully send a boot request to all of these children.

See Also

MBCommPState, MB_CommBootRequest MB_CommGetParentState MB_CommGetChildUser MB_StartParent MB_End

Revision History

09/09/2004 Initial version.