Define CLSID_ShellWindows.

This commit is contained in:
Mike McCormack 2005-05-24 09:49:13 +00:00 committed by Alexandre Julliard
parent 3244265855
commit 0a7a7a7efb
1 changed files with 9 additions and 0 deletions

View File

@ -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;
}