Commit 90f0542f authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

include: Add IWMPMedia2 interface to wmp.idl.

parent 6eb546c1
......@@ -845,6 +845,18 @@ library WMPLib {
[
odl,
uuid(ab7c88bb-143e-4ea4-acc3-e4350b2106c3),
dual,
oleautomation
]
interface IWMPMedia2 : IWMPMedia
{
[id(0x0300), propget]
HRESULT error([out, retval] IWMPErrorItem **out);
}
[
odl,
uuid(a12dcf7d-14ab-4c1b-a8cd-63909f06025b),
dual,
oleautomation
......@@ -1473,7 +1485,7 @@ library WMPLib {
interface IWMPClosedCaption;
interface IWMPDVD;
interface IWMPControls2;
/* interface IWMPMedia2; */
interface IWMPMedia2;
/* interface IWMPMedia3; */
/* interface IWMPMetadataPicture; */
/* interface IWMPMetadataText; */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment