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
760c3b60
Commit
760c3b60
authored
Nov 11, 2009
by
Maarten Lankhorst
Committed by
Alexandre Julliard
Nov 12, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add SHCOLSTATE to shtypes.idl.
parent
56e72972
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
16 deletions
+26
-16
shobjidl.idl
include/shobjidl.idl
+0
-16
shtypes.idl
include/shtypes.idl
+26
-0
No files found.
include/shobjidl.idl
View file @
760c3b60
...
...
@@ -320,22 +320,6 @@ interface IEnumExtraSearch : IUnknown
]
interface
IShellFolder2
:
IShellFolder
{
typedef
enum
{
SHCOLSTATE_TYPE_STR
=
0
x00000001
,
SHCOLSTATE_TYPE_INT
=
0
x00000002
,
SHCOLSTATE_TYPE_DATE
=
0
x00000003
,
SHCOLSTATE_TYPEMASK
=
0
x0000000f
,
SHCOLSTATE_ONBYDEFAULT
=
0
x00000010
,
SHCOLSTATE_SLOW
=
0
x00000020
,
SHCOLSTATE_EXTENDED
=
0
x00000040
,
SHCOLSTATE_SECONDARYUI
=
0
x00000080
,
SHCOLSTATE_HIDDEN
=
0
x00000100
,
SHCOLSTATE_PREFER_VARCMP
=
0
x00000200
}
SHCOLSTATE
;
typedef
DWORD
SHCOLSTATEF
;
typedef
struct
{
GUID
fmtid
;
...
...
include/shtypes.idl
View file @
760c3b60
...
...
@@ -72,3 +72,29 @@ typedef struct
STRRET
str
;
}
SHELLDETAILS
,
*
LPSHELLDETAILS
;
cpp_quote
(
"#include <poppack.h>"
)
typedef
[
v1_enum
]
enum
tagSHCOLSTATE
{
SHCOLSTATE_DEFAULT
=
0
,
SHCOLSTATE_TYPE_STR
,
SHCOLSTATE_TYPE_INT
,
SHCOLSTATE_TYPE_DATE
,
SHCOLSTATE_TYPEMASK
=
0
xf
,
SHCOLSTATE_ONBYDEFAULT
=
0
x10
,
SHCOLSTATE_SLOW
=
0
x20
,
SHCOLSTATE_EXTENDED
=
0
x40
,
SHCOLSTATE_SECONDARYUI
=
0
x80
,
SHCOLSTATE_HIDDEN
=
0
x100
,
SHCOLSTATE_PREFER_VARCMP
=
0
x200
,
SHCOLSTATE_PREFER_FMTCMP
=
0
x400
,
SHCOLSTATE_NOSORTBYFOLDERNESS
=
0
x800
,
SHCOLSTATE_VIEWONLY
=
0
x10000
,
SHCOLSTATE_BATCHREAD
=
0
x20000
,
SHCOLSTATE_NO_GROUPBY
=
0
x40000
,
SHCOLSTATE_FIXED_WIDTH
=
0
x1000
,
SHCOLSTATE_NODPISCALE
=
0
x2000
,
SHCOLSTATE_FIXED_RATIO
=
0
x4000
,
SHCOLSTATE_DISPLAYMASK
=
0
xf000
}
SHCOLSTATE
;
typedef
DWORD
SHCOLSTATEF
;
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