Commit 0a7a7a7e authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Define CLSID_ShellWindows.

parent 32442658
...@@ -342,3 +342,12 @@ interface IShellWindows : IDispatch ...@@ -342,3 +342,12 @@ interface IShellWindows : IDispatch
HRESULT OnCreated( [in] long lCookie, [in] IUnknown *punk ); HRESULT OnCreated( [in] long lCookie, [in] IUnknown *punk );
HRESULT ProcessAttachDetach( [in] VARIANT_BOOL fAttach ); HRESULT ProcessAttachDetach( [in] VARIANT_BOOL fAttach );
} }
[
uuid(9ba05972-f6a8-11cf-a442-00a0c90a8f39)
]
coclass ShellWindows
{
[default] interface IShellWindows;
[default, source] dispinterface DShellWindowsEvents;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment