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
c9053d74
Commit
c9053d74
authored
Feb 03, 2004
by
Juan Lang
Committed by
Alexandre Julliard
Feb 03, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Declare SHGetFolderPath and related constants.
parent
ec496b38
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
shlobj.h
include/shlobj.h
+12
-0
No files found.
include/shlobj.h
View file @
c9053d74
...
...
@@ -695,6 +695,18 @@ DWORD WINAPI SHCreateDirectoryExW(HWND, LPCWSTR, LPSECURITY_ATTRIBUTES);
HRESULT
WINAPI
SHGetSpecialFolderLocation
(
HWND
hwndOwner
,
int
nFolder
,
LPITEMIDLIST
*
ppidl
);
HRESULT
WINAPI
SHGetFolderLocation
(
HWND
hwndOwner
,
int
nFolder
,
HANDLE
hToken
,
DWORD
dwReserved
,
LPITEMIDLIST
*
ppidl
);
/****************************************************************************
* SHGetFolderPath API
*/
typedef
enum
{
SHGFP_TYPE_CURRENT
=
0
,
SHGFP_TYPE_DEFAULT
=
1
}
SHGFP_TYPE
;
HRESULT
WINAPI
SHGetFolderPathA
(
HWND
hwnd
,
int
nFolder
,
HANDLE
hToken
,
DWORD
dwFlags
,
LPSTR
pszPath
);
HRESULT
WINAPI
SHGetFolderPathW
(
HWND
hwnd
,
int
nFolder
,
HANDLE
hToken
,
DWORD
dwFlags
,
LPWSTR
pszPath
);
#define SHGetFolderPath WINELIB_NAME_AW(SHGetFolderPath)
#define CSIDL_DESKTOP 0x0000
#define CSIDL_INTERNET 0x0001
#define CSIDL_PROGRAMS 0x0002
...
...
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