|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
CddbAlbumInfoAvailable (
ByVal nCdDriveIndex as Integer,
ByVal bSuccess as enumBoolean
)
|
|
[C++]
void CddbAlbumInfoAvailable (
short nCdDriveIndex,
long bSuccess
);
|
|
Parameter
|
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.
| |||||||||
|
bSuccess
|
Boolean value that specifies if the CDDB information was retrieved successfully.
Supported values are the following:
|