AmazonStoreCdNavigateToUrl method |
|
Remarks
After having performed a request to the Amazon store through the AmazonStoreCdInfoCreate 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 from the Amazon store, refer to the How to get Audio CD info using CDDB servers and Amazon catalogue tutorial.
Syntax
[Visual Basic] Public Function AmazonStoreCdNavigateToUrl ( nPlayerIndex as Int16 ) as enumErrorCodes |
[C#] public enumErrorCodes AmazonStoreCdNavigateToUrl ( Int16 nPlayerIndex ); |
[C++] public: enumErrorCodes AmazonStoreCdNavigateToUrl ( 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. |