mpiCommandLabel

Declaration
long mpiCommandLabel(MPICommand  command,
                     char        **label) 
Required Header stdmpi.h
Description

CommandLabel gets the string from a Command and puts it in the location pointed to by label.

  command a handle to the Command object
  **label a pointer to a string returned by the method
     
Return Values
pointer to a Command's (command) label (that is in the location pointed to by label)
MPIMessageOK if CommandLabel successfully returns a pointer to the Command's label that is in the location pointed to by **label
See Also mpiCommandCreate