IWMPCore3 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 IWMPCore3 interface provides methods that supplement the IWMPCore2 interface.

Inheritance

The IWMPCore3 interface inherits from IWMPCore2. IWMPCore3 also has these types of members:

Methods

The IWMPCore3 interface has these methods.

 
IWMPCore3::newMedia

The newMedia method retrieves a pointer to an IWMPMedia interface for a new media item.
IWMPCore3::newPlaylist

The newPlaylist method retrieves a pointer to an IWMPPlaylist interface for a new playlist.

Requirements

   
Target Platform Windows
Header wmp.h

See also

IWMPCore Interface

IWMPCore2 Interface

IWMPMedia Interface

IWMPPlaylist Interface

Interfaces