Commit 96072f4b authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

include: Add FolderItems2 and FolderItems3.

parent ebfe169c
......@@ -350,6 +350,36 @@ interface FolderItems : IDispatch
}
/*****************************************************************************
* FolderItems2 interface
*/
[
uuid(c94f0ad0-f363-11d2-a327-00c04f8eec7f),
oleautomation,
dual
]
interface FolderItems2 : FolderItems
{
HRESULT InvokeVerbEx( [in, optional] VARIANT verb,
[in, optional] VARIANT args );
}
/*****************************************************************************
* FolderItems3 interface
*/
[
uuid(eaa7c309-bbec-49d5-821d-64d966cb667f),
oleautomation,
dual
]
interface FolderItems3 : FolderItems2
{
HRESULT Filter( [in] long flags, [in] BSTR spec );
[id(0), propget]
HRESULT Verbs( [out, retval] FolderItemVerbs **ppfic );
}
/*****************************************************************************
* FolderItemVerb interface
*/
[
......
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