Copyright © 2008-2019 MultiMedia Soft

CancelJoinFilesFromDisk method

Previous pageReturn to chapter overviewNext page

Remarks

 

Cancels the joining session started through a call to the JoinFilesFromDisk method.

 

A successful call to this method will fire the SoundsJoinDone event.

 

Syntax

 

[Visual Basic]

control.CancelJoinFilesFromDisk (

) as enumErrorCodes


 

[C++]

short control.CancelJoinFilesFromDisk (

);


 

 

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.