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
[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.
|
|
|