Jacek Caban : dxgi.idl: Added IDXGIKeyedMutex declaration.

Alexandre Julliard julliard at winehq.org
Thu May 31 13:30:41 CDT 2012


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu May 31 13:19:54 2012 +0200

dxgi.idl: Added IDXGIKeyedMutex declaration.

---

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

diff --git a/include/dxgi.idl b/include/dxgi.idl
index e74b525..d87a72c 100644
--- a/include/dxgi.idl
+++ b/include/dxgi.idl
@@ -192,6 +192,18 @@ interface IDXGIResource : IDXGIDeviceSubObject
 
 [
     object,
+    uuid(9d8e1289-d7b3-465f-8126-250e349af85d),
+    local,
+    pointer_default(unique)
+]
+interface IDXGIKeyedMutex : IDXGIDeviceSubObject
+{
+    HRESULT AcquireSync([in] UINT64 Key, [in] DWORD dwMilliseconds);
+    HRESULT ReleaseSync([in] UINT64 Key);
+}
+
+[
+    object,
     local,
     uuid(cafcb56c-6ac3-4889-bf47-9e23bbd260ec)
 ]




More information about the wine-cvs mailing list