Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
CdCoverPictureFileAvailable event 
 
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] 
CdCoverPictureFileAvailable 
ByVal nCdDriveIndex as Integer
ByVal nSize as enumCdCoverSizes 
)
 
[C++] 
void CdCoverPictureFileAvailable ( 
short nCdDriveIndex
short nSize 
);
 
 
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.
nSize
Specifies the actual size of the picture. 
Supported values are the following: 
Mnemonic Value
Numeric value
Meaning
CD_COVER_SIZE_SMALL
0
Small sized picture
CD_COVER_SIZE_MEDIUM
1
Medium sized picture
CD_COVER_SIZE_LARGE
2
Large sized picture
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents