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
f6206bcc
Commit
f6206bcc
authored
Jul 11, 2022
by
Zhiyi Zhang
Committed by
Alexandre Julliard
Jul 15, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add SHOpenFolderAndSelectItems() declaration and flags.
Signed-off-by:
Zhiyi Zhang
<
zzhang@codeweavers.com
>
parent
7884c142
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
shlobj.h
include/shlobj.h
+5
-0
No files found.
include/shlobj.h
View file @
f6206bcc
...
...
@@ -96,6 +96,7 @@ BOOL WINAPI SHGetPathFromIDListEx(PCIDLIST_ABSOLUTE,WCHAR*,DWORD,GPFIDL_
INT
WINAPI
SHHandleUpdateImage
(
LPCITEMIDLIST
);
HRESULT
WINAPI
SHILCreateFromPath
(
LPCWSTR
,
LPITEMIDLIST
*
,
DWORD
*
);
HRESULT
WINAPI
SHLoadOLE
(
LPARAM
);
HRESULT
WINAPI
SHOpenFolderAndSelectItems
(
PCIDLIST_ABSOLUTE
,
UINT
,
PCUITEMID_CHILD_ARRAY
,
DWORD
);
HRESULT
WINAPI
SHParseDisplayName
(
LPCWSTR
,
IBindCtx
*
,
LPITEMIDLIST
*
,
SFGAOF
,
SFGAOF
*
);
HRESULT
WINAPI
SHPathPrepareForWriteA
(
HWND
,
IUnknown
*
,
LPCSTR
,
DWORD
);
HRESULT
WINAPI
SHPathPrepareForWriteW
(
HWND
,
IUnknown
*
,
LPCWSTR
,
DWORD
);
...
...
@@ -142,6 +143,10 @@ BOOL WINAPI ImportPrivacySettings(LPCWSTR, BOOL*, BOOL*);
#define SHOP_FILEPATH 0x02
#define SHOP_VOLUMEGUID 0x04
/* SHOpenFolderAndSelectItems flags */
#define OFASI_EDIT 0x0001
#define OFASI_OPENDESKTOP 0x0002
BOOL
WINAPI
SHObjectProperties
(
HWND
,
DWORD
,
LPCWSTR
,
LPCWSTR
);
#define PCS_FATAL 0x80000000
...
...
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