TracksPositionsCancelDetect method |
|
Remarks
Cancels detection of audible tracks previously started through the TracksPositionsDetect method.
Syntax
[Visual Basic] Public Function TracksPositionsCancelDetect ( ) as enumErrorCodes |
[C#] public enumErrorCodes TracksPositionsCancelDetect ( ); |
[C++] public: enumErrorCodes TracksPositionsCancelDetect ( ); |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred. Check the LastError property value in order to see the last error. |
enumErrorCodes.ERR_NOERROR (0) |
The method call was successful. |