mpiCommandDelete

Declaration
long mpiCommandDelete(MPICommand  command) 
Required Header stdmpi.h
Description

CommandDelete deletes a Command object and invalidates its handle (command). CommandDelete is the equivalent of a C++ destructor.

Return Values
MPIMessageOK if CommandDelete successfully deletes the Command object and invalidates its handle
See Also mpiCommandCreate | mpiCommandValidate