#include <nitro/mb.h>
BOOL MB_CommStartSendingAll(void);
This sends a download begin notification to all children that have received connect permission from the current parent. When the parent's send status is MB_COMM_PSTATE_REQ_WAIT_TO_SEND, children are waiting for a download begin notification.
None.
Returns TRUE if any children have received connection permission. Otherwise, it returns FALSE.
MBCommPState,
MB_CommStartSending,
MB_CommGetParentState,
MB_CommGetChildUser,
MB_CommResponseRequest,
MB_StartParent,
MB_End
10/18/2004 Corrected the argument MB_COMM_PSTATE_REQ_WAIT_TO_SEND.
09/10/2004 Added description.
09/09/2004 Initial version.