Copyright © 2006-2019 MultiMedia Soft

SoundUploadDone event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs whenever an uploading session, started through a call to the RecordedSound.RequestUploadToFTP method, is completed or terminated through a call to the RecordedSound.CancelUploadToFTP method.

 

 

Syntax

 

[Visual Basic]

SoundUploadDone (

ByVal nResult as enumErrorCodes

)


 

[C++]

void SoundUploadDone (

long nResult

);


 

 

Parameter

Description

 

 

nResult

The result of the uploading session.

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 sound was uploaded to the FTP server successfully.