mpiEventMgrNotifyLast

Declaration
MPINotify mpiEventMgrNotifyLast(MPIEventMgr eventMgr)
Required Header stdmpi.h
Description

EventMgrNotifyLast returns the last element in the list. This function can be used in conjuntion with mpiEventMgrNotifyPrevious() in order to iterate through the list backwards.

  eventMgr a handle to the EventMgr object.
     
Return Values
handle to the last Notify object in the list maintained by an EventMgr (eventMgr)
MPIHandleVOID if eventMgr is invalid
if the list (of Notify objects) is empty
MPIMessageHANDLE_INVALID if eventMgr is an invalid handle.
See Also mpiEventMgrNotifyFirst