|
mpiCommandLabel
Declaration
| |
long mpiCommandLabel(MPICommand command,
char **label)
|
| |
Required Header: stdmpi.h |
Description
mpiCommandLabel 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 |
|
| MPIMessageOK |
|
| pointer |
to a Command's (command) label (that is in the location pointed to by label) |
|
See Also
mpiCommandCreate
|