Windows Media Player 11 SDK External.accountType 

Windows Media Player SDK banner art

Previous Next

External.accountType

Note This topic describes functionality designed for use by online stores. Use of this functionality outside the context of an online store is not supported.

The accountType property retrieves the service account type from the current online store.

Syntax

  window.external.accountType

Possible Values

This property is a read-only String that represents the account type. Strings that represent various account types are defined by the online store.

Remarks

This property retrieves the account type by calling the IWMPContentPartner::getContentPartnerInfo method, which is implemented by the current online store's plug-in. The account type is a string that Windows Media Player does not interpret. Rather, Windows Media Player passes the string from the online store's plug-in to the online store's script.

Requirements

Version: Windows Media Player 11.

Library: Use wmp.dll.

See Also

Previous Next