Remarks
Occurs when the Internet URLs of the CD cover's pictures have been obtained.
See the How to get a CD cover picture tutorial for further details.
Syntax
[Visual Basic]
CdCoverURLsAvailableEx (
ByVal nCdDriveIndex as integer,
ByVal nResult as enumErrorCodes
)
|
|
[C++]
void CdCoverURLsAvailableEx (
short nCdDriveIndex,
long nResult
);
|
|
Parameters
|
Description
|
|
|
nCdDriveIndex
|
Number representing the zero-based index of the CD drive that fired the event. The total number of available CD drives can be obtained using the GetCdDrivesCount method.
|
nResult
|
The result of the CD cover retrieval 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 operation was successful.
|
|
|