Remarks
Occurs when the list of CDDB servers, requested through a previous call to the CddbRequestServersList method, is available.
The friendly name for each server can be retrieved at a later time using the CddbGetServerName method.
Syntax
[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.
|
|