|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
CddbServersListAvailable (
ByVal nServersCount as Integer
)
|
|
[C++]
void CddbServersListAvailable (
short nServersCount
);
|
|
Parameter
|
Description
|
|
|
|
|
nServersCount
|
The number of CDDB servers found. If this parameter value is 0, this means that an error occurred during the connection to the CDDB site.
The friendly name for each server can be retrieved at a later time using the CddbGetServerName method.
|