MB_CommSetParentStateCallback


C Specification

#include <nitro/mb.h>

void MB_CommSetParentStateCallback(MBCommPStateCallback callback);

Description

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.

Arguments

callback Pointer to the callback function that notifies of the parent state

Return Values

None.

See Also

MBCommPStateCallback, MBCommPState, MB_StartParent, MB_End

Revision History

08/09/2004 Initial version