Copyright © 2001-2011 MultiMedia Soft

CdCoverPictureFileAvailableEx event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when a certain CD cover's picture file has been downloaded from the Amazon web site.

 

See the How to get a CD cover picture tutorial for further details.

 

 

Syntax

 

[Visual Basic]

CdCoverPictureFileAvailableEx (

ByVal nCdDriveIndex as integer,

ByVal nSize as enumCdCoverSizes,

ByVal nResult as enumErrorCodes

)


 

[C++]

void CdCoverPictureFileAvailableEx (

short nCdDriveIndex,

short nSize,

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.