mpiIdnListIndex

Declaration
long mpiIdnListIndex(MPIIdnList idnList,
                      MPIIdn    idn)
Required Header stdmpi.h
Description IdnListIndex returns the position of "idn" on the list.
  idnList a handle to the IdnList object.
  idn a handle to an Idn object.
     
Return Values
index of an Idn (idn) in an IdnList (idnList)
MPIHandleVOID if idnList is invalid
if idnList is empty
See Also