IWMPPlayerServices interface (wmp.h)

[The feature associated with this page, Windows Media Player SDK, is a legacy feature. It has been superseded by MediaPlayer. MediaPlayer has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer instead of Windows Media Player SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

The IWMPPlayerServices interface provides methods used by the host of a remoted Windows Media Player control to manipulate the full mode of the Player. These methods can only be used with C++.

Inheritance

The IWMPPlayerServices interface inherits from the IUnknown interface. IWMPPlayerServices also has these types of members:

Methods

The IWMPPlayerServices interface has these methods.

 
IWMPPlayerServices::activateUIPlugin

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

The setTaskPane method displays the specified task pane in the full mode of Windows Media Player.
IWMPPlayerServices::setTaskPaneURL

This page documents a feature of the Windows Media Player 9 Series SDK and the Windows Media Player 10 SDK. It may be unavailable in subsequent versions.

Requirements

   
Target Platform Windows
Header wmp.h

See also

Interfaces

Remoting the Windows Media Player Control