|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.CddbGetAlbumInfo (
nCdDriveIndex as Integer,
nInfo as enumCddbAlbumInfo
) as String
|
|
[C++]
LPCTSTR control.CddbGetAlbumInfo (
short nCdDriveIndex,
short 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
|
An error occurred. Check the LastError property value in order to see the last error.
|
|
Valid string
|
The requested information
|