Copyright © 2005-2023 MultiMedia Soft

CdNavigateToUrl method

Previous pageReturn to chapter overviewNext page

Remarks

 

After having performed a request through the CdInfoCreate method, if available opens the default Internet browser and navigates to the URL of the CD purchase page.

 

For further information about obtaining CD info, refer to the How to get Audio CD info using CDDB servers tutorial.

 

 

Syntax

 

[Visual Basic]

Public Function CdNavigateToUrl (

nPlayerIndex as Int16

) as enumErrorCodes


 

[C#]

public enumErrorCodes CdNavigateToUrl (

Int16 nPlayerIndex

);


 

[C++]

public: enumErrorCodes CdNavigateToUrl (

Int16 nPlayerIndex

);


 

Parameter

Description

 

 

nPlayerIndex

Number representing the zero-based index of the involved player.

 

 

Return value

 

Value

Meaning

 

 

enumErrorCodes.NOERROR (0)

The song file has been loaded successfully.

Negative value

An error occurred: see the LastError property for further error details or for a list of the possible error values.