TracksPositionsRangeAttachToNext method |
|
Remarks
Attaches the given audible track to the next one.
Syntax
[Visual Basic] control.TracksPositionsRangeAttachToNext ( nPositionIndex as Long ) as enumErrorCodes |
[C++] short control.TracksPositionsRangeAttachToNext ( long nPositionIndex ); |
Parameter |
Description |
|
|
nPositionIndex |
Number representing the zero-based index of the audible track. |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the LastError property for further error details) |
enumErrorCodes.ERR_NOERROR (0) |
The method call was successful |