Biswapriyo Nath : include: Add IDXGIDebug1 declaration in dxgidebug.idl.

Alexandre Julliard julliard at winehq.org
Wed Jun 22 16:12:09 CDT 2022


Module: wine
Branch: master
Commit: 827839a6162360b8e4de8a058a64e939bdbd2126
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=827839a6162360b8e4de8a058a64e939bdbd2126

Author: Biswapriyo Nath <nathbappai at gmail.com>
Date:   Sat Jun 18 02:11:40 2022 +0530

include: Add IDXGIDebug1 declaration in dxgidebug.idl.

Signed-off-by: Biswapriyo Nath <nathbappai at gmail.com>

---

 include/dxgidebug.idl | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/include/dxgidebug.idl b/include/dxgidebug.idl
index 7806e0be013..686637321f0 100644
--- a/include/dxgidebug.idl
+++ b/include/dxgidebug.idl
@@ -244,3 +244,16 @@ interface IDXGIDebug : IUnknown
         [in] GUID apiid,
         [in] DXGI_DEBUG_RLO_FLAGS flags);
 }
+
+[
+    uuid(c5a05f0c-16f2-4adf-9f4d-a8c4d58ac550),
+    object,
+    local,
+    pointer_default(unique)
+]
+interface IDXGIDebug1 : IDXGIDebug
+{
+    void EnableLeakTrackingForThread();
+    void DisableLeakTrackingForThread();
+    BOOL IsLeakTrackingEnabledForThread();
+}




More information about the wine-cvs mailing list