|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function CddbRequestAlbumInfo (
nCdDriveIndex as Int16,
nServerIndex as Int16
) as enumErrorCodes
|
|
[C#]
public enumErrorCodes CddbRequestAlbumInfo (
Int16 nCdDriveIndex,
Int16 nServerIndex
);
|
|
[C++]
public: enumErrorCodes CddbRequestAlbumInfo (
Int16 nCdDriveIndex,
Int16 nServerIndex
);
|
|
Parameter
|
Description
|
|
|
|
|
nCdDriveIndex
|
Number representing the zero-based index of the involved CD drive
|
|
nServerIndex
|
Number representing the zero-based index of the CDDB server that will be used in order to obtain the CD album information.
The list of available CDDB servers can be obtained through the CddbRequestServersList method.
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred. Check the LastError property value in order to see the last error.
|
|
enumErrorCodes.ERR_NOERROR (0)
|
The method call was successful.
|