IWMPRemoteMediaServices interface
The IWMPRemoteMediaServices interface includes methods that provide services to Windows Media Player from a program that hosts the Player control. These methods are designed to be used with C++, and some methods can only be used with remoting.
Methods
The IWMPRemoteMediaServices interface has these methods.
Method | Description |
---|---|
IWMPRemoteMediaServices::GetApplicationName | The GetApplicationName method is called by Windows Media Player to retrieve the name of the program that is hosting the remoted control. |
IWMPRemoteMediaServices::GetCustomUIMode | The GetCustomUIMode method is called by Windows Media Player to retrieve the location of a skin file to apply to the Windows Media Player control. |
IWMPRemoteMediaServices::GetScriptableObject | The GetScriptableObject method is called by Windows Media Player to retrieve a name and interface pointer for an object that can be called from the script code within a skin. |
IWMPRemoteMediaServices::GetServiceType | The GetServiceType method is called by Windows Media Player to determine whether a host program wants to run its embedded control remotely. |
Requirements
Target Platform | Windows |
Header | wmp.h |