Signed-off-by: Alvin Wong <[email protected]>
---
 mingw-w64-headers/Makefile.am                     |  1 +
 .../systemmediatransportcontrolsinterop.idl       | 15 +++++++++++++++
 2 files changed, 16 insertions(+)
 create mode 100644 
mingw-w64-headers/include/systemmediatransportcontrolsinterop.idl

diff --git a/mingw-w64-headers/Makefile.am b/mingw-w64-headers/Makefile.am
index 6e026f19a..ee3601209 100644
--- a/mingw-w64-headers/Makefile.am
+++ b/mingw-w64-headers/Makefile.am
@@ -214,6 +214,7 @@ IDL_SRCS = \
   include/spellcheck.idl \
   include/strmif.idl \
   include/structuredquerycondition.idl \
+  include/systemmediatransportcontrolsinterop.idl \
   include/taskschd.idl \
   include/textstor.idl \
   include/thumbcache.idl \
diff --git a/mingw-w64-headers/include/systemmediatransportcontrolsinterop.idl 
b/mingw-w64-headers/include/systemmediatransportcontrolsinterop.idl
new file mode 100644
index 000000000..265ae0536
--- /dev/null
+++ b/mingw-w64-headers/include/systemmediatransportcontrolsinterop.idl
@@ -0,0 +1,15 @@
+/**
+ * This file has no copyright assigned and is placed in the Public Domain.
+ * This file is part of the mingw-w64 runtime package.
+ * No warranty is given; refer to the file DISCLAIMER.PD within this package.
+ */
+
+import "inspectable.idl";
+
+[
+    uuid(ddb0472d-c911-4a1f-86d9-dc3d71a95f5a),
+]
+interface ISystemMediaTransportControlsInterop : IInspectable
+{
+    HRESULT GetForWindow([in] HWND appWindow, [in] REFIID riid, [out, retval, 
iid_is(riid)] void **mediaTransportControl);
+}
-- 
2.38.1



_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to