mpiEventMgrNotifyFirst

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

EventMgrNotifyFirst 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 if eventMgr is an invalid handle.
See Also mpiEventMgrNotifyLast