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