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]

Public Function CancelJoinFilesFromDisk (

) as enumErrorCodes


 

[C#]

public enumErrorCodes CancelJoinFilesFromDisk (

);


 

[C++]

public: enumErrorCodes CancelJoinFilesFromDisk (

);


 

 

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.