mpiControlNotifyRemove
Declaration
MPI_RESULT mpiControlNotifyRemove(MPIControl control, MPINotify notify);
Required Header: stdmpi.h
Change History: Added in 04.00.
Description
mpiControlNotifyRemove removes notify from 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 removed from the list of Notify objects the Service object sends events to. |