Copyright © 2005-2019 MultiMedia Soft

CddbRequestServersList method

Previous pageReturn to chapter overviewNext page

Remarks

 

Requests the list of available CDDB servers and returns immediately.

 

When the list will be available, the container application is notified through the CallbackForCdDrivesEvents delegate having the nEvent parameter set to EV_CDDB_SERVERS_AVAIL: at this point it will be possible requesting each CDDB server's friendly name using the CddbGetServerName method.

 

See the How to get CD album information from a CDDB server tutorial for further details.

 

 

Syntax

 

[Visual Basic]

Public Function CddbRequestServersList (

) as enumErrorCodes


 

[C#]

public enumErrorCodes CddbRequestServersList (

);


 

[C++]

public: enumErrorCodes CddbRequestServersList (

);


 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred. Check the LastError property value in order to see the last error.

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.