mpiIdnListAppend

Declaration
long mpiIdnListAppend(MPIIdnList idnList,
                      MPIIdn     idn)
Required Header stdmpi.h
Description

IdnListAppend appends an Idn (idn) to an IdnList (idnList).

  idnList a handle to the IdnList object.
  idn a handle to an Idn object.
     
Return Values
MPIMessageOK if IdnListAppend successfully appends the Idn to the IdnList
MPIMessageHANDLE_INVALID Either idnList or idn is an invalid handle.
MPIMessageNO_MEMORY Not enough memory was available.
See Also