mpiCommandDelete
Declaration
int32_t mpiCommandDelete(MPICommand command)
Required Header: stdmpi.h
Description
mpiCommandDelete deletes a Command object and invalidates its handle (command).
Note: CommandDelete is the equivalent of a C++ destructor.
| command | a handle to the Command object |
|---|
| Return Values |
|---|
| MPIMessageOK |
See Also
mpiCommandCreate | mpiCommandValidate
