mpiIdnListDelete

Declaration
long mpiIdnListDelete(MPIIdnList idnList)
Required Header stdmpi.h
Description

IdnListDelete deletes an IdnList object and invalidates its handle (idnList). Note that deleting an IdnList object will also delete all of the Idn objects that it contains. IdnListDelete is the equivalent of a C++ destructor.

Return Values
MPIMessageOK if IdnListDelete successfully deletes the IdnList object and invalidates its handle
See Also mpiIdnListCreate | mpiIdnListValidate