Share via


Windows Media Player 11 SDK WMPCallbackNotification 

Windows Media Player SDK banner art

Previous Next

WMPCallbackNotification

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 WMPCallbackNotification enumeration defines states for use by the IWMPContentPartnerCallback::Notify callback function.

Syntax

  typedef enum WMPCallbackNotification{
  wmpcnLoginStateChange  = 1,
  wmpcnAuthResult  = 2,
  wmpcnLicenseUpdated  = 3,
  wmpcnNewCatalogAvailable  = 4,
  wmpcnNewPluginAvailable  = 5
  wmpcnDisableRadioSkipping  = 6
};

Members

wmpcnLoginStateChange

The user has either signed in or signed out.

wmpcnAuthResult

The notification contains the result of an authentication attempt.

wmpcnLicenseUpdated

A license was updated for a content item.

wmpcnNewCatalogAvailable

A new catalog or update is available for download.

wmpcnNewPluginAvailable

A new plug-in or update is available for download.

wmpcnDisableRadioSkipping

Disable radio skipping in Windows Media Player.

Requirements

Version: Windows Media Player 11

Header: contentpartner.h

See Also

Previous Next