mpiIdnListLast

Declaration
MPIIdn mpiIdnListLast(MPIIdnList idnList)
Required Header stdmpi.h
Description

The last element in the list is returned. This function can be used in conjuntion with mpiIdnListIdnPrevious() in order to iterate through the list backwards.

  idnList a handle to the IdnList object.
     
Return Values
handle to the last Idn object of an IdnList (idnList)
MPIHandleVOID if idnList is invalid
if idnList is empty
MPIMessageHANDLE_INVALID if idnList is an invalid handle.
See Also mpiIdnListFirst