diff --git a/include/exdisp.idl b/include/exdisp.idl index acb143e4646fed9953e16db038db007462aa7ae2..e78fb64a5cc50ed6be3ef7d0d6a330872fe5ec1f 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; +}