TracksPositionsCancelDetect method |
|
Remarks
Cancels detection of audible tracks previously started through the TracksPositionsDetect method.
Syntax
[Visual Basic] control.TracksPositionsCancelDetect ( ) as enumErrorCodes |
[C++] short control.TracksPositionsCancelDetect ( ); |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred, check the LastError property value in order to see the error code meaning |
enumErrorCodes.ERR_NOERROR (0) |
The method call was successful. |