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
cb113b23
Commit
cb113b23
authored
Nov 11, 2007
by
Detlef Riekenberg
Committed by
Alexandre Julliard
Nov 12, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Some undocumented defines and functions are now in the PSDK.
parent
addf895c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
18 deletions
+18
-18
undocshell.h
dlls/shell32/undocshell.h
+0
-18
shlobj.h
include/shlobj.h
+18
-0
No files found.
dlls/shell32/undocshell.h
View file @
cb113b23
...
...
@@ -411,11 +411,6 @@ BOOL WINAPI PathMakeUniqueNameAW(
LPCVOID
lpszLongName
,
LPCVOID
lpszPathName
);
BOOL
WINAPI
PathYetAnotherMakeUniqueName
(
LPWSTR
lpszBuffer
,
LPCWSTR
lpszPathName
,
LPCWSTR
lpszShortName
,
LPCWSTR
lpszLongName
);
BOOL
WINAPI
PathQualifyA
(
LPCSTR
path
);
BOOL
WINAPI
PathQualifyW
(
LPCWSTR
path
);
...
...
@@ -423,23 +418,10 @@ BOOL WINAPI PathQualifyW(LPCWSTR path);
BOOL
WINAPI
PathQualifyAW
(
LPCVOID
path
);
/* PathResolve flags */
#define PRF_CHECKEXISTANCE 0x01
#define PRF_EXECUTABLE 0x02
#define PRF_QUALIFYONPATH 0x04
#define PRF_WINDOWS31 0x08
BOOL
WINAPI
PathResolveAW
(
LPVOID
lpszPath
,
LPCVOID
*
alpszPaths
,
DWORD
dwFlags
);
VOID
WINAPI
PathSetDlgItemPathAW
(
HWND
hDlg
,
int
nIDDlgItem
,
LPCVOID
lpszPath
);
/* PathProcessCommand flags */
#define PPCF_QUOTEPATH 0x01
/* implies PPCF_INCLUDEARGS */
#define PPCF_INCLUDEARGS 0x02
#define PPCF_NODIRECTORIES 0x10
#define PPCF_DONTRESOLVE 0x20
#define PPCF_PATHISRELATIVE 0x40
HRESULT
WINAPI
PathProcessCommandAW
(
LPCVOID
lpszPath
,
LPVOID
lpszBuff
,
DWORD
dwBuffSize
,
DWORD
dwFlags
);
...
...
include/shlobj.h
View file @
cb113b23
...
...
@@ -1292,8 +1292,26 @@ BOOL WINAPI WriteCabinetState(CABINETSTATE *);
/****************************************************************************
* Path Manipulation Routines
*/
/* PathProcessCommand flags */
#define PPCF_ADDQUOTES 0x01
#define PPCF_INCLUDEARGS 0x02
#define PPCF_ADDARGUMENTS 0x03
#define PPCF_NODIRECTORIES 0x10
#define PPCF_DONTRESOLVE 0x20
#define PPCF_FORCEQUALIFY 0x40
#define PPCF_LONGESTPOSSIBLE 0x80
/* PathResolve flags */
#define PRF_VERIFYEXISTS 0x01
#define PRF_EXECUTABLE 0x02
#define PRF_TRYPROGRAMEXTENSIONS 0x03
#define PRF_FIRSTDIRDEF 0x04
#define PRF_DONTFINDLINK 0x08
VOID
WINAPI
PathGetShortPath
(
LPWSTR
pszPath
);
LONG
WINAPI
PathProcessCommand
(
LPCWSTR
,
LPWSTR
,
int
,
DWORD
);
BOOL
WINAPI
PathYetAnotherMakeUniqueName
(
LPWSTR
,
LPCWSTR
,
LPCWSTR
,
LPCWSTR
);
/****************************************************************************
* Drag And Drop Routines
...
...
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