Windows Media Player 11 SDK WMPNotifySubscriptionPluginAddRemove 

Windows Media Player SDK banner art

Previous Next

WMPNotifySubscriptionPluginAddRemove

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 WMPNotifySubscriptionPluginAddRemove function notifies Windows Media Player that a COM object has been installed or uninstalled.

Syntax

  BOOL WMPNotifySubscriptionPluginAddRemove();

Parameters

This function takes no parameters.

Return Values

This function returns a BOOL value that indicates whether the function call succeeded.

Remarks

This function is typically called by a plug-in in its DllRegisterServer and DllUnregisterServer methods. It alerts Windows Media Player to enumerate registered online store objects.

Requirements

Version: Windows Media Player 10 or later.

Header: Defined in subscriptionservices.h.

See Also

Previous Next