Rémi Bernon : include: Add IWmpControls2 interface to wmp.idl.

Alexandre Julliard julliard at winehq.org
Fri Jan 29 15:10:20 CST 2021


Module: wine
Branch: master
Commit: 6eb546c12ca8fe576d764caa3b3bfdc04bb154f7
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=6eb546c12ca8fe576d764caa3b3bfdc04bb154f7

Author: Rémi Bernon <rbernon at codeweavers.com>
Date:   Thu Jan 28 19:14:51 2021 +0100

include: Add IWmpControls2 interface to wmp.idl.

Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/wmp.idl | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/include/wmp.idl b/include/wmp.idl
index 8a146bdbea9..b845865103d 100644
--- a/include/wmp.idl
+++ b/include/wmp.idl
@@ -360,6 +360,18 @@ library WMPLib {
         HRESULT playItem([in] IWMPMedia *pIWMPMedia);
     }
 
+    [
+        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),
@@ -1460,7 +1472,7 @@ library WMPLib {
         /* interface IWMPErrorItem2; */
         interface IWMPClosedCaption;
         interface IWMPDVD;
-        /* interface IWMPControls2; */
+        interface IWMPControls2;
         /* interface IWMPMedia2; */
         /* interface IWMPMedia3; */
         /* interface IWMPMetadataPicture; */




More information about the wine-cvs mailing list