CdNavigateToPurchasePage method |
|
Remarks
After having obtained information about CD cover pictures of an Audio CD, allows navigating to the purchase page of that specific Audio CD on the Amazon web site.
For details about obtaining CD cover pictures from the Amazon store, refer to the How to get Audio CD info using CDDB servers and Amazon catalogue tutorial.
Syntax
[Visual Basic] control.CdNavigateToPurchasePage ( ) as enumErrorCodes |
[C++] short control.CdNavigateToPurchasePage ( ); |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the LastError property for further error details) |
enumErrorCodes.NOERROR (0) |
The call was successful. |