Windows Media Player 11 SDK WMPAccountType 

Windows Media Player SDK banner art

Previous Next

WMPAccountType

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 WMPAccountType enumeration defines account types for an online store.

Syntax

  typedef enum WMPAccountType{
  wmpatBuyOnly  = 1,
  wmpatSubscription  = 2,
  wmpatJanus  = 3
};

Members

wmpatBuyOnly

The user is only authorized to purchase content.

wmpatSubscription

The user has a subscription account, but content must be purchased to synchronize to a device based on Windows Media DRM for Portable Devices.

wmpatJanus

The user has a subscription account and the subscription content can be synchronized to a device based on Windows Media DRM for Portable Devices.

Requirements

Version: Windows Media Player 11

Header: contentpartner.h

See Also

Previous Next