Commit c318cda8 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

shell32: Update to FolderItem2.

parent 0987e770
......@@ -310,6 +310,18 @@ interface FolderItem : IDispatch
HRESULT InvokeVerb( [in, optional] VARIANT vVerb );
}
[
object,
uuid(edc817aa-92b8-11d1-b075-00c04fc33aa5),
oleautomation,
dual
]
interface FolderItem2 : FolderItem
{
HRESULT InvokeVerbEx([in, optional] VARIANT verb, [in, optional] VARIANT args);
HRESULT ExtendedProperty([in] BSTR propname, [out, retval] VARIANT *ret);
}
/*****************************************************************************
* FolderItems 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