IWMPCore Interface (Windows Embedded CE 6.0)
1/6/2010
The IWMPCore interface is the root interface for the Windows Media Player control. It can be used to retrieve pointers to other interfaces supported by the control and to access some basic features.
In addition to the methods inherited from IDispatch, the IWMPCore interface exposes the following methods.
Method | Description |
---|---|
Closes Windows Media Player. |
|
Retrieves a pointer to an IWMPControls interface. |
|
Retrieves a pointer to an IWMPMedia interface corresponding to the current media item. |
|
Retrieves a pointer to an IWMPPlaylist interface corresponding to the current playlist. |
|
Retrieves a pointer to an IWMPError interface. |
|
Retrieves a WMPOpenState enumeration value indicating the state of the content source. |
|
Retrieves a WMPPlayState enumeration value indicating the operating state of Windows Media Player. |
|
Retrieves a pointer an IWMPSettings interface. |
|
Retrieves a value indicating the current status of Windows Media Player. |
|
Retrieves the name of the clip to play. |
|
Retrieves a value specifying the version of Windows Media Player. |
|
Specifies the IWMPMedia interface that corresponds to the current media item. |
|
Specifies the name of the clip to play. |