Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
CddbRequestServersList method 
 
Remarks 
 
Requests the list of available CDDB servers and returns immediately. 
 
When the list will be available, a CddbServersListAvailable event will be raised: at this point it will be possible requesting each CDDB server's friendly name using the CddbGetServerName method. 
 
 
Syntax 
 
[Visual Basic] 
control.CddbRequestServersList
 
[C++] 
short control.CddbRequestServersList
);
 
 
Return value 
 
Value
Meaning
 
 
Negative value
An error occurred, check the LastError property value in order to see the error code meaning
enumErrorCodes.ERR_NOERROR (0)
The method call was successful.
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents