#include <nitro/mb.h>void MB_CommSetParentStateCallback(MBCommPStateCallback callback);This function sets the callback function for communicating the parent state. This callback is called each time an automatically occurring internal parent process enters a specific state.
callback |
Pointer to the callback function that notifies of the parent state |
None.
MBCommPStateCallback, MBCommPState, MB_StartParent, MB_End
08/09/2004 Initial version