mpiEventMgrNotifyNext

Declaration
MPINotify mpiEventMgrNotifyNext(MPIEventMgr eventMgr,
                                MPINotify   notify)
Required Header stdmpi.h
Description

EventMgrNotifyNext returns the next element following "notify" on the list. This function can be used in conjuntion with mpiEventMgrNotifyFirst() in order to iterate through the list.

  eventMgr a handle to the EventMgr object.
  notify a handle to a Notify object.
     
Return Values
handle to the Notify object after another Notify object (notify) in the list (of Notify objects) maintained by an EventMgr (eventMgr)
MPIHandleVOID if eventMgr is invalid
if notify is the last notify object in the list
MPIMessageHANDLE_INVALID Either eventMgr or notify is an invalid handle.
See Also mpiEventMgrNotifyPrevious