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