Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
5d288771
Commit
5d288771
authored
Apr 29, 2015
by
Nikolay Sivov
Committed by
Alexandre Julliard
Apr 30, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Update to IShellView3.
parent
f57b5ea2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
0 deletions
+29
-0
shlview.c
dlls/shell32/shlview.c
+0
-0
shobjidl.idl
include/shobjidl.idl
+29
-0
No files found.
dlls/shell32/shlview.c
View file @
5d288771
This diff is collapsed.
Click to expand it.
include/shobjidl.idl
View file @
5d288771
...
...
@@ -801,6 +801,35 @@ cpp_quote("#include <poppack.h>")
)
;
}
[
object
,
uuid
(
ec39fa88
-
f8af
-
41
c5
-
8421
-
38b
ed28f4673
),
pointer_default
(
unique
)
]
interface
IShellView3
:
IShellView2
{
[
v1_enum
]
enum
_SV3CVW3_FLAGS
{
SV3CVW3_DEFAULT
=
0
x00000000
,
SV3CVW3_NONINTERACTIVE
=
0
x00000001
,
SV3CVW3_FORCEVIEWMODE
=
0
x00000002
,
SV3CVW3_FORCEFOLDERFLAGS
=
0
x00000004
}
;
typedef
DWORD
SV3CVW3_FLAGS
;
HRESULT
CreateViewWindow3
(
[
in
]
IShellBrowser
*
owner
,
[
in
,
unique
]
IShellView
*
prev_view
,
[
in
]
SV3CVW3_FLAGS
view_flags
,
[
in
]
FOLDERFLAGS
mask
,
[
in
]
FOLDERFLAGS
flags
,
[
in
]
FOLDERVIEWMODE
mode
,
[
in
,
unique
]
const
SHELLVIEWID
*
view_id
,
[
in
]
const
RECT
*
rect
,
[
out
]
HWND
*
hwnd
)
;
}
/*****************************************************************************
*
IFolderView
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