include: Add IWMPRemoteMediaServices interface to wmp.idl.
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
f72ef20e88
commit
af1181bbde
|
@ -360,6 +360,22 @@ library WMPLib {
|
|||
HRESULT playItem([in] IWMPMedia *pIWMPMedia);
|
||||
}
|
||||
|
||||
[
|
||||
odl,
|
||||
uuid(cbb92747-741f-44fe-ab5b-f1a48f3b2a59),
|
||||
oleautomation
|
||||
]
|
||||
interface IWMPRemoteMediaServices : IUnknown
|
||||
{
|
||||
HRESULT GetServiceType([out, retval] BSTR *type);
|
||||
|
||||
HRESULT GetApplicationName([out, retval] BSTR *name);
|
||||
|
||||
HRESULT GetScriptableObject([out, retval] BSTR *name, [out, retval] IDispatch **out);
|
||||
|
||||
HRESULT GetCustomUIMode([out, retval] BSTR *file);
|
||||
}
|
||||
|
||||
[
|
||||
odl,
|
||||
uuid(9104d1ab-80c9-4fed-abf0-2e6417a6df14),
|
||||
|
|
Loading…
Reference in New Issue