|
Copyright © 2005-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function CddbGetServerName (
nServerIndex as integer
) as String
|
|
[C#]
public string CddbGetServerName (
short nServerIndex
);
|
|
[C++]
public: string CddbGetServerName (
short nServerIndex
);
|
|
Parameter
|
Description
|
|
|
|
|
nServerIndex
|
Number representing the zero-based index of the CDDB server.
|
|
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 string containing the CDDB server's friendly name
|