[PATCH v2 3/4] include/dxgi1_6.idl: Add IDXGIFactory7.

Philip Rebohle philip.rebohle at tu-dortmund.de
Wed May 13 06:06:40 CDT 2020


Signed-off-by: Philip Rebohle <philip.rebohle at tu-dortmund.de>
---
 include/dxgi1_6.idl | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/include/dxgi1_6.idl b/include/dxgi1_6.idl
index 1f876916b0f..9f6d947da28 100644
--- a/include/dxgi1_6.idl
+++ b/include/dxgi1_6.idl
@@ -119,3 +119,20 @@ interface IDXGIFactory6 : IDXGIFactory5
         [out] void** idx
     );
 }
+
+[
+    object,
+    uuid(a4966eed-76db-44da-84c1-ee9a7afb20a8),
+    local,
+    pointer_default(unique)
+]
+interface IDXGIFactory7 : IDXGIFactory6
+{
+    HRESULT RegisterAdaptersChangedEvent(
+        [in] HANDLE event,
+        [out] DWORD *cookie
+    );
+    HRESULT UnregisterAdaptersChangedEvent(
+        [in] DWORD cookie
+    );
+}
-- 
2.26.2




More information about the wine-devel mailing list