Commit 6eb546c1 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

include: Add IWmpControls2 interface to wmp.idl.

parent af1181bb
...@@ -362,6 +362,18 @@ library WMPLib { ...@@ -362,6 +362,18 @@ library WMPLib {
[ [
odl, odl,
uuid(6f030d25-0890-480f-9775-1f7e40ab5b8e),
dual,
oleautomation
]
interface IWMPControls2 : IWMPControls
{
[id(0x0040)]
HRESULT step([in] long lStep);
}
[
odl,
uuid(cbb92747-741f-44fe-ab5b-f1a48f3b2a59), uuid(cbb92747-741f-44fe-ab5b-f1a48f3b2a59),
oleautomation oleautomation
] ]
...@@ -1460,7 +1472,7 @@ library WMPLib { ...@@ -1460,7 +1472,7 @@ library WMPLib {
/* interface IWMPErrorItem2; */ /* interface IWMPErrorItem2; */
interface IWMPClosedCaption; interface IWMPClosedCaption;
interface IWMPDVD; interface IWMPDVD;
/* interface IWMPControls2; */ interface IWMPControls2;
/* interface IWMPMedia2; */ /* interface IWMPMedia2; */
/* interface IWMPMedia3; */ /* interface IWMPMedia3; */
/* interface IWMPMetadataPicture; */ /* interface IWMPMetadataPicture; */
......
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