Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
c318cda8
Commit
c318cda8
authored
May 24, 2014
by
Nikolay Sivov
Committed by
Alexandre Julliard
Jun 11, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Update to FolderItem2.
parent
0987e770
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
67 additions
and
38 deletions
+67
-38
shelldispatch.c
dlls/shell32/shelldispatch.c
+55
-38
shldisp.idl
include/shldisp.idl
+12
-0
No files found.
dlls/shell32/shelldispatch.c
View file @
c318cda8
This diff is collapsed.
Click to expand it.
include/shldisp.idl
View file @
c318cda8
...
...
@@ -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
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment