#include <nitro/mb.h>
BOOL MB_CommBootRequestAll(void);
None.
Returns TRUE if a boot request is successfully sent to all children. Otherwise, it returns FALSE.
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.
MBCommPState, MB_CommBootRequest MB_CommGetParentState MB_CommGetChildUser MB_StartParent MB_End
09/09/2004 Initial version.