Windows Media Player 11 SDK IWMPPlayerServices::activateUIPlugin 

Windows Media Player SDK banner art

Previous Next

IWMPPlayerServices::activateUIPlugin

The activateUIPlugin method activates the specified UI plug-in in the full mode of Windows Media Player.

Syntax

  HRESULT activateUIPlugin(
  BSTR  bstrPlugin
);

Parameters

bstrPlugin

[in]  BSTR containing the name of the plug-in to activate.

Return Values

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Value Description
S_OK The method succeeded.

Remarks

This method is used only when remoting the Windows Media Player control.

Windows Media Player 10 Mobile: This method is not supported.

Requirements

Version: Windows Media Player 9 Series or later.

Header: Include wmp.h.

Library: Use wmp.dll.

See Also

Previous Next