|
Copyright © 2005-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function CddbGetAlbumInfo (
nCdDriveIndex as integer,
nInfo as enumCddbAlbumInfo
) as String
|
|
[C#]
public string CddbGetAlbumInfo (
short nCdDriveIndex,
enumCddbAlbumInfo nInfo
);
|
|
[C++]
public: string CddbGetAlbumInfo (
short nCdDriveIndex,
enumCddbAlbumInfo nInfo
);
|
|
Parameter
|
Description
| ||||||||||||||||||
|
|
| ||||||||||||||||||
|
nCdDriveIndex
|
Number representing the zero-based index of the involved CD drive
| ||||||||||||||||||
|
nInfo
|
Number representing the requested information code.
Supported values are the following:
|
|
Value
|
Meaning
|
|
|
|
|
Empty string
|
The value of the nCdDriveIndex parameter was out of range. Use the value returned by the GetCdDrivesCount method in order to know how many CD drive are currently installed on the system.
|
|
Valid string
|
The requested information
|