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
0af4323e
Commit
0af4323e
authored
Nov 27, 2019
by
Vijay Kiran Kamuju
Committed by
Alexandre Julliard
Nov 28, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add definitions for ShellLinkDataBlocks in shlobj.h.
Signed-off-by:
Vijay Kiran Kamuju
<
infyquest@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
b6424ca5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
1 deletion
+36
-1
shlobj.h
include/shlobj.h
+36
-1
No files found.
include/shlobj.h
View file @
0af4323e
...
...
@@ -1397,7 +1397,13 @@ typedef enum {
SLDF_FORCE_NO_LINKTRACK
=
0x00040000
,
SLDF_ENABLE_TARGET_METADATA
=
0x00080000
,
SLDF_DISABLE_KNOWNFOLDER_RELATIVE_TRACKING
=
0x00200000
,
SLDF_VALID
=
0x003ff7ff
,
SDLF_NO_KF_ALIAS
=
0x00400000
,
SDLF_ALLOW_LINK_TO_LINK
=
0x00800000
,
SDLF_UNALIAS_ON_SAVE
=
0x01000000
,
SDLF_PREFER_ENVIRONMENT_PATH
=
0x02000000
,
SDLF_KEEP_LOCAL_IDLIST_FOR_UNC_TARGET
=
0x04000000
,
SDLF_PERSIST_VOLUME_ID_ACTIVE
=
0x08000000
,
SLDF_VALID
=
0x0ffff7ff
,
SLDF_RESERVED
=
0x80000000
,
}
SHELL_LINK_DATA_FLAGS
;
...
...
@@ -1409,6 +1415,35 @@ typedef struct tagDATABLOCKHEADER
typedef
struct
{
DATABLOCK_HEADER
dbh
;
WORD
wFillAttribute
;
WORD
wPopupFillAttribute
;
COORD
dwScreenBufferSize
;
COORD
dwWindowSize
;
COORD
dwWindowOrigin
;
DWORD
nFont
;
DWORD
nInputBufferSize
;
COORD
dwFontSize
;
UINT
uFontFamily
;
UINT
uFontWeight
;
WCHAR
FaceName
[
LF_FACESIZE
];
UINT
uCursorSize
;
BOOL
bFullScreen
;
BOOL
bQuickEdit
;
BOOL
bInsertMode
;
BOOL
bAutoPosition
;
UINT
uHistoryBufferSize
;
UINT
uNumberOfHistoryBuffers
;
BOOL
bHistoryNoDup
;
COLORREF
ColorTable
[
16
];
}
NT_CONSOLE_PROPS
,
*
LPNT_CONSOLE_PROPS
;
typedef
struct
{
DATABLOCK_HEADER
dbh
;
UINT
uCodePage
;
}
NT_FE_CONSOLE_PROPS
,
*
LPNT_FE_CONSOLE_PROPS
;
typedef
struct
{
DATABLOCK_HEADER
dbh
;
CHAR
szDarwinID
[
MAX_PATH
];
WCHAR
szwDarwinID
[
MAX_PATH
];
}
EXP_DARWIN_LINK
,
*
LPEXP_DARWIN_LINK
;
...
...
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