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

Inheritance

The IWMPPlayer3 interface inherits from the IWMPCore2 interface.

Requirements

   
Target Platform Windows
Header wmp.h

See also

IWMPCore Interface

IWMPCore2 Interface

IWMPCore3 Interface

IWMPPlayer Interface

IWMPPlayer2 Interface

IWMPPlayer4 Interface

Interfaces