mpiEventMgrNotifyNext
Declaration
MPINotify mpiEventMgrNotifyNext(MPIEventMgr eventMgr,
MPINotify notify)
|
Required Header: stdmpi.h |
Description
mpiEventMgrNotifyNext 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 first Notify object in the list (of Notify objects) maintained by an EventMgr (eventMgr) |
| MPIHandleVOID |
if eventMgr is invalid
if the list (of Notify objects) is empty |
| MPIMessageHANDLE_INVALID |
|
|
See Also
mpiEventMgrNotifyPrevious | mpiEventMgrNotifyFirst