Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.gif)
| Previous | Next |
WMPTransactionType
Note This section describes functionality designed for use by online stores. Use of this functionality outside the context of an online store is not supported.
The WMPTransactionType enumeration represents a transaction type.
Syntax
typedef enum WMPTransactionType{
wmpttNoTransaction = 0,
wmpttDownload = 1,
wmpttBuy = 2
};
Members
wmpttNoTransaction
No transaction.
wmpttDownload
A download transaction.
wmpttBuy
A purchase transaction.
Requirements
Version: Windows Media Player 11
Header: contentpartner.h
See Also
| Previous | Next |