Share via


Windows Media Player 11 SDK IWMPMediaPluginRegistrar::WMPUnRegisterPlayerPlugin 

Windows Media Player SDK banner art

Previous Next

IWMPMediaPluginRegistrar::WMPUnRegisterPlayerPlugin

The IWMPMediaPluginRegistrar::WMPUnRegisterPlayerPlugin function removes information about a Windows Media Player plug-in from the registry.

Syntax

  

Parameters

guidPluginType

GUID specifying plug-in type. For rendering plug-ins, specify WMP_PLUGINTYPE_RENDERING.

clsid

Specifies the class ID of the plug-in being removed.

Return Values

The function returns an HRESULT.

Remarks

Implement this function in the exported DllUnRegisterServer function.

Requirements

Version: Windows Media Player 9 Series or later.

Header: Include wmpservices.h.

Library: Use wmp.dll.

See Also

Previous Next