mpiEventMgrControlLast

Declaration
MPIControl mpiEventMgrControlLast(MPIEventMgr eventMgr)
Required Header stdmpi.h
Description

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

  eventMgr a handle to the EventMgr object.
     
Return Values
handle to the last motion controller (Control) associated with an EventMgr (eventMgr)
MPIHandleVOID if eventMgr is invalid
if eventMgr has no associated motion controllers
MPIMessageHANDLE_INVALID if eventMgr is an invalid handle.
See Also mpiEventMgrControlFirst