|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.SwapPlayersSpeakers (
nPlayer1 as Integer,
nPlayer2 as Integer
) as enumErrorCodes
|
|
[C++]
short control.SwapPlayersSpeakers (
short nPlayer1,
short nPlayer2
);
|
|
Parameter
|
Description
|
|
|
|
|
nPlayer1
|
Number representing the zero-based index of the first involved player.
|
|
nPlayer2
|
Number representing the zero-based index of the second involved player.
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.NOERROR (0)
|
The method call was successful
|