Copyright © 2006-2019 MultiMedia Soft

ConnectionToUrlDone event

Previous pageReturn to chapter overviewNext page

 

Occurs when the connection to an Internet URL, started through a call to the RecorderStartFromURL or RecorderStartParamFromURL methods, is completed.

 

 

Syntax

 

[Visual Basic]

ConnectionToUrlDone (

ByVal nResult as enumErrorCodes

)


 

[C++]

void ConnectionToUrlDone (

long nResult

);


 

 

Parameter

Description

 

 

nResult

The result of the connection attempt.

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 connection was successful.