=?UTF-8?Q?Michael=20M=C3=BCller=20?=: include/objidl.idl: Add IApartmentShutdown interface.

Alexandre Julliard julliard at winehq.org
Tue Jan 30 14:38:14 CST 2018


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

Author: Michael Müller <michael at fds-team.de>
Date:   Tue Jan 30 11:41:04 2018 +0300

include/objidl.idl: Add IApartmentShutdown interface.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/objidl.idl | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/include/objidl.idl b/include/objidl.idl
index 168e533..a0ad1f6 100644
--- a/include/objidl.idl
+++ b/include/objidl.idl
@@ -2460,6 +2460,17 @@ interface IDummyHICONIncluder : IUnknown
     HRESULT Dummy([in] HICON hIcon, [in] HDC hdc);
 }
 
+[
+    object,
+    local,
+    pointer_default(unique),
+    uuid(a2f05a09-27a2-42b5-bc0e-ac163ef49d9b)
+]
+interface IApartmentShutdown : IUnknown
+{
+    void OnUninitialize([in] UINT64 identifier);
+}
+
 cpp_quote("#ifdef USE_COM_CONTEXT_DEF")
 
 typedef DWORD CPFLAGS;




More information about the wine-cvs mailing list