Share via


Windows Media Player 11 SDK IWMPPlayer3 Interface 

Windows Media Player SDK banner art

Previous Next

IWMPPlayer3 Interface

The IWMPPlayer3 interface provides methods for modifying the basic behavior of the control user interface. These methods supplement the IWMPCore2 interface.

The IWMPPlayer3 interface duplicates the methods of IWMPPlayer and IWMPPlayer2 and inherits the methods of IWMPCore2. It is identical to IWMPPlayer2 except for the inherited interface.

Retrieve a pointer to an IWMPPlayer3 interface either by calling the QueryInterface method of the IWMPPlayer or IWMPPlayer2 interface, or by calling the COM CoCreateInstance method.

See Also

Previous Next