mpiEventMgrNotifyFirst
Declaration
MPINotify mpiEventMgrNotifyFirst(MPIEventMgr eventMgr)
|
Required Header: stdmpi.h |
Description
mpiEventMgrNotifyFirst returns
the first element in the list. This function can be used in
conjuntion with mpiEventMgrNotifyNext(...) in order to iterate
through the list.
|
| eventMgr |
a handle to the EventMgr 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
mpiEventMgrNotifyLast | mpiEventMgrNotifyNext