Michael Müller : include/objidl.idl: Add IApartmentShutdown interface.
Module: wine Branch: master Commit: 7950d6e8cc9101010cc948551a932837539eccad URL: https://source.winehq.org/git/wine.git/?a=commit;h=7950d6e8cc9101010cc948551... Author: Michael Müller <michael(a)fds-team.de> Date: Tue Jan 30 11:41:04 2018 +0300 include/objidl.idl: Add IApartmentShutdown interface. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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;
participants (1)
-
Alexandre Julliard