dxgi: Add the IDXGIDeviceSubObject interface.

Henri Verbeet hverbeet at codeweavers.com
Fri Oct 17 02:54:55 CDT 2008


---
 include/dxgi.idl |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/include/dxgi.idl b/include/dxgi.idl
index 3900af8..80d1566 100644
--- a/include/dxgi.idl
+++ b/include/dxgi.idl
@@ -45,3 +45,16 @@ interface IDXGIObject : IUnknown
     );
 }
 
+[
+    object,
+    local,
+    uuid(3d3e0379-f9de-4d58-bb6c-18d62992f1a6)
+]
+interface IDXGIDeviceSubObject : IDXGIObject
+{
+    HRESULT GetDevice(
+        [in] REFIID riid,
+        [out] void **device
+    );
+}
+
-- 
1.5.6.4



--------------000100010009040901070306--



More information about the wine-patches mailing list