|
|
Description |
SequenceCommandNext returns
the next element following "command" on the list. This function
can be used in conjuntion with mpiSequenceCommandFirst() in order
to iterate through the list.
|
|
|
sequence |
a handle to the Sequence object. |
|
command |
a handle to a Command
object. |
|
|
|
|
Return Values |
handle |
to the Command following
the Command (command) in a Sequence (sequence) |
MPIHandleVOID |
if sequence
is invalid
if command is the last command in a Sequence (sequence)
|
MPIMessageHANDLE_INVALID |
Either sequence
or command is an invalid handle. |
|
|