Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.gif)
| 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 |