Henri Verbeet : dxgi: Add the IDXGIDeviceSubObject interface.

Alexandre Julliard julliard at winehq.org
Fri Oct 17 07:26:07 CDT 2008


Module: wine
Branch: master
Commit: 69b32d71d6163ef499fffde9067f02f9c27813cb
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=69b32d71d6163ef499fffde9067f02f9c27813cb

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Fri Oct 17 09:54:55 2008 +0200

dxgi: Add the IDXGIDeviceSubObject interface.

---

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

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




More information about the wine-cvs mailing list