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
3c3c83f1
Commit
3c3c83f1
authored
Jan 26, 2008
by
Francois Gouget
Committed by
Alexandre Julliard
Feb 04, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Add some SLDF_XXX values, EXP_PROPERTYSTORAGE, and EXP_PROPERTYSTORAGE_SIG.
parent
d491335e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
shlobj.h
include/shlobj.h
+12
-1
No files found.
include/shlobj.h
View file @
3c3c83f1
...
...
@@ -1033,6 +1033,10 @@ typedef enum {
SLDF_NO_PIDL_ALIAS
=
0x00008000
,
SLDF_FORCE_UNCNAME
=
0x00010000
,
SLDF_RUN_WITH_SHIMLAYER
=
0x00020000
,
SLDF_FORCE_NO_LINKTRACK
=
0x00040000
,
SLDF_ENABLE_TARGET_METADATA
=
0x00080000
,
SLDF_DISABLE_KNOWNFOLDER_RELATIVE_TRACKING
=
0x00200000
,
SLDF_VALID
=
0x003ff7ff
,
SLDF_RESERVED
=
0x80000000
,
}
SHELL_LINK_DATA_FLAGS
;
...
...
@@ -1062,13 +1066,20 @@ typedef struct {
DWORD
cbOffset
;
}
EXP_SPECIAL_FOLDER
,
*
LPEXP_SPECIAL_FOLDER
;
typedef
struct
{
DWORD
cbSize
;
DWORD
dwSignature
;
BYTE
abPropertyStorage
[
1
];
}
EXP_PROPERTYSTORAGE
;
#define EXP_SZ_LINK_SIG 0xa0000001
#define NT_CONSOLE_PROPS_SIG 0xa0000002
#define NT_FE_CONSOLE_PROPS_SIG 0xa0000004
#define EXP_SPECIAL_FOLDER_SIG 0xa0000005
#define EXP_DARWIN_ID_SIG 0xa0000006
#define EXP_LOGO3_ID_SIG 0xa0000007
#define EXP_SZ_ICON_SIG 0xa0000007
#define EXP_LOGO3_ID_SIG EXP_SZ_ICON_SIG
/* Old SDKs only */
#define EXP_PROPERTYSTORAGE_SIG 0xa0000009
typedef
struct
_SHChangeDWORDAsIDList
{
USHORT
cb
;
...
...
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