DWORD CDDBGetServerList( LPCDDBSITELIST lps );


Description: Sends the "sites" command to the currently configured CDDB server, and parses the output into a CDDBSITELIST structure. The data can then be used to select and configure new CDDB servers.

Parameters:
lps A pointer to a CDDBSITELIST sturcture to hold the data returned from the "sites" command.

Return Value:

SS_ERR returned on error
SS_COMP Returned on success. Indicates that the lps->num contains a valid number (which may be zero).

See also: CDDBSetOption