include: Add IWMPMedia2 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:
Rémi Bernon 2021-01-28 19:14:52 +01:00 committed by Alexandre Julliard
parent 6eb546c12c
commit 90f0542f43
1 changed files with 13 additions and 1 deletions

View File

@ -843,6 +843,18 @@ library WMPLib {
HRESULT customUrl([out, retval] BSTR *pbstrCustomUrl); HRESULT customUrl([out, retval] BSTR *pbstrCustomUrl);
} }
[
odl,
uuid(ab7c88bb-143e-4ea4-acc3-e4350b2106c3),
dual,
oleautomation
]
interface IWMPMedia2 : IWMPMedia
{
[id(0x0300), propget]
HRESULT error([out, retval] IWMPErrorItem **out);
}
[ [
odl, odl,
uuid(a12dcf7d-14ab-4c1b-a8cd-63909f06025b), uuid(a12dcf7d-14ab-4c1b-a8cd-63909f06025b),
@ -1473,7 +1485,7 @@ library WMPLib {
interface IWMPClosedCaption; interface IWMPClosedCaption;
interface IWMPDVD; interface IWMPDVD;
interface IWMPControls2; interface IWMPControls2;
/* interface IWMPMedia2; */ interface IWMPMedia2;
/* interface IWMPMedia3; */ /* interface IWMPMedia3; */
/* interface IWMPMetadataPicture; */ /* interface IWMPMetadataPicture; */
/* interface IWMPMetadataText; */ /* interface IWMPMetadataText; */