|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.CddbGetServerName (
nServerIndex as Integer
) as String
|
|
[C++]
LPCTSTR control.CddbGetServerName (
short nServerIndex
);
|
|
Parameter
|
Description
|
|
|
|
|
nServerIndex
|
Number representing the zero-based index of the CDDB server.
|
|
Value
|
Meaning
|
|
|
|
|
Empty string
|
An error occurred. Check the LastError property value in order to see the last error.
|
|
Valid string
|
The string containing the CDDB server's friendly name
|