Commit 0a81f304 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

include: Add the ShellFolderViewOC coclass.

parent 9776f5b8
......@@ -83,3 +83,13 @@ interface IFolderViewOC : IDispatch
{
HRESULT SetFolderView( [in] IDispatch *pdisp );
}
[
uuid(9ba05971-f6a8-11cf-a442-00a0c90a8f39),
hidden
]
coclass ShellFolderViewOC
{
[default] interface IFolderViewOC;
[default, source] dispinterface DShellFolderViewEvents;
}
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