include: Add the ShellFolderViewOC coclass.

oldstable
Francois Gouget 2006-08-03 19:02:21 +02:00 committed by Alexandre Julliard
parent 9776f5b83f
commit 0a81f30460
1 changed files with 10 additions and 0 deletions

View File

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