mpiCommandParams

Declaration
long mpiCommandParams (MPICommand       command,
                       MPICommandParams *params)
Required Header stdmpi.h
Description

CommandParams gets the parameters from a Command and puts it in the location pointed to by params.

  command a handle to the Command object
  *params a pointer to a MPICommandParams structure returned by the method
     
Return Values
Command (command) parameters in the structure pointed to by params
MPIMessageOK if CommandParams successfully gets and writes the command parameters into *params
See Also mpiCommandCreate | MPICommandParams