include: Add IWMPMedia3 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:53 +01:00 committed by Alexandre Julliard
parent 90f0542f43
commit 4b74eb09a6
1 changed files with 16 additions and 1 deletions

View File

@ -855,6 +855,21 @@ library WMPLib {
HRESULT error([out, retval] IWMPErrorItem **out);
}
[
odl,
uuid(f118efc7-f03a-4fb4-99c9-1c02a5c1065b),
dual,
oleautomation
]
interface IWMPMedia3 : IWMPMedia2
{
[id(0x0301)]
HRESULT getAttributeCountByType([in] BSTR type, [in] BSTR language, [out, retval] long *out);
[id(0x0302)]
HRESULT getItemInfoByType([in] BSTR type, [in] BSTR language, [in] long index, [out, retval] VARIANT *out);
}
[
odl,
uuid(a12dcf7d-14ab-4c1b-a8cd-63909f06025b),
@ -1486,7 +1501,7 @@ library WMPLib {
interface IWMPDVD;
interface IWMPControls2;
interface IWMPMedia2;
/* interface IWMPMedia3; */
interface IWMPMedia3;
/* interface IWMPMetadataPicture; */
/* interface IWMPMetadataText; */
/* interface IWMPSettings2; */