From 0a7a7a7efb12bbc8bd6190513cb52116dde36f77 Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Tue, 24 May 2005 09:49:13 +0000 Subject: [PATCH] Define CLSID_ShellWindows. --- include/exdisp.idl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/include/exdisp.idl b/include/exdisp.idl index acb143e4646..e78fb64a5cc 100644 --- a/include/exdisp.idl +++ b/include/exdisp.idl @@ -342,3 +342,12 @@ interface IShellWindows : IDispatch HRESULT OnCreated( [in] long lCookie, [in] IUnknown *punk ); HRESULT ProcessAttachDetach( [in] VARIANT_BOOL fAttach ); } + +[ + uuid(9ba05972-f6a8-11cf-a442-00a0c90a8f39) +] +coclass ShellWindows +{ + [default] interface IShellWindows; + [default, source] dispinterface DShellWindowsEvents; +}