[PATCH 2/5] include: Add IWMPRenderConfig interface to wmprealestate.idl.

Rémi Bernon rbernon at codeweavers.com
Mon Feb 1 02:29:27 CST 2021


Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
---
 include/wmprealestate.idl | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/include/wmprealestate.idl b/include/wmprealestate.idl
index cb9d6b417fb..5a4cb84716b 100644
--- a/include/wmprealestate.idl
+++ b/include/wmprealestate.idl
@@ -29,3 +29,15 @@ interface IWMPVideoRenderConfig : IUnknown
 {
     [propput] HRESULT presenterActivate([in] IMFActivate *activate);
 }
+
+[
+    odl,
+    uuid(959506c1-0314-4ec5-9e61-8528db5e5478),
+    oleautomation
+]
+interface IWMPRenderConfig : IUnknown
+{
+    [propput] HRESULT inProcOnly([in] BOOL fInProc);
+
+    [propget] HRESULT inProcOnly([out, retval] BOOL *pfInProc);
+}
-- 
2.30.0




More information about the wine-devel mailing list