Windows Media Player 11 SDK WMPTransactionType 

Windows Media Player SDK banner art

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