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] control.AmazonStoreCdNavigateToUrl ( nPlayer as Integer ) as String |
[C++] LPCTSTR control.AmazonStoreCdNavigateToUrl ( short nPlayer ); |
Parameter |
Description |
|
|
nPlayer |
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. |