mpiControlNotifyAdd

Declaration

MPI_RESULT
   mpiControlNotifyAdd(MPIControl  control, 
                       Notify      notify);

 

Required Header: stdmpi.h

Change History: Added in 04.00.

Description

mpiControlNotifyAdd appends notify to the list of Notify objects associated with the controller  (control).

control The handle of the controller object.
notify The Notify object that is to be added to the list of Notify objects the Service object sends events to.

See Also

mpiControlNotifyRemove