|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Event CddbAlbumInfoAvailable As CddbInfoEventHandler
|
|
[C#]
public event CddbInfoEventHandler CddbAlbumInfoAvailable;
|
|
[C++]
public: __event CddbInfoEventHandler CddbAlbumInfoAvailable;
|
|
CddbInfoEventArgs members
|
Description
| ||||||
|
|
| ||||||
|
nCdDriveIndex
|
When the event is generated by a previous call the the CddbRequestAlbumInfo method, it represents the zero-based index of the CD drive that fired the event so its value is 0 or higher. The total number of available CD drives can be obtained using the GetCdDrivesCount method.
When the event is generated by a previous call the the CdRequestAlbumInfo method, its value is -1.
| ||||||
|
bSuccess
|
Boolean value that specifies if the CDDB information was retrieved successfully.
Supported values are the following:
|