Share via


Windows Media Player 11 SDK WMPNotifyPluginAddRemove 

Windows Media Player SDK banner art

Previous Next

WMPNotifyPluginAddRemove

The WMPNotifyPluginAddRemove function notifies Windows Media Player that a plug-in has been installed or uninstalled.

Syntax

  
    
  

Parameters

This function takes no parameters.

Return Values

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

Remarks

This function is typically called by a user interface (UI) plug-in in its DllRegisterServer and DllUnregisterServer methods. Windows Media Player Plug-in Wizard generates this code automatically, so it is only necessary to add calls to this function to UI plug-ins created without the wizard.

Requirements

Version: Windows Media Player 9 Series or later.

Header: Include wmpplug.h.

See Also

Previous Next