Windows Media Player 11 SDK IWMPPlayerServices Interface 

Windows Media Player SDK banner art

Previous Next

IWMPPlayerServices Interface

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++.

In addition to the methods inherited from IUnknown, the IWMPPlayerServices interface exposes the following methods.

Method Description
activateUIPlugin Activates the specified user interface (UI) plug-in in the full mode of Windows Media Player.
setTaskPane Displays the specified task pane in the full mode of Windows Media Player.
setTaskPaneURL (deprecated) Displays the specified URL in the specified task pane of the full mode of Windows Media Player.

Retrieve a pointer to an IWMPPlayerServices interface by calling the COM CoCreateInstance method.

See Also

Previous Next