Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
CdCoverURLsAvailable event 
 
Remarks 
 
Occurs when the Internet URLs of the CD cover's pictures have been obtained from the Amazon Web Service. 
 
See the How to get a CD cover picture tutorial for further details. 
 
 
Syntax 
 
[Visual Basic] 
CdCoverURLsAvailable 
ByVal nCdDriveIndex as Integer 
)
 
[C++] 
void CdCoverURLsAvailable ( 
short nCdDriveIndex 
);
 
 
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.
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents