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
ad944f5c
Commit
ad944f5c
authored
Jul 26, 2003
by
Martin Fuchs
Committed by
Alexandre Julliard
Jul 26, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Extend for additional Shell Content and Attribute Flags.
parent
47f021c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
obj_shellfolder.h
include/wine/obj_shellfolder.h
+10
-3
No files found.
include/wine/obj_shellfolder.h
View file @
ad944f5c
...
@@ -117,9 +117,13 @@ typedef DWORD SHGDNF;
...
@@ -117,9 +117,13 @@ typedef DWORD SHGDNF;
* IShellFolder::EnumObjects
* IShellFolder::EnumObjects
*/
*/
typedef
enum
tagSHCONTF
typedef
enum
tagSHCONTF
{
SHCONTF_FOLDERS
=
32
,
/* for shell browser */
{
SHCONTF_FOLDERS
=
32
,
/* for shell browser */
SHCONTF_NONFOLDERS
=
64
,
/* for default view */
SHCONTF_NONFOLDERS
=
64
,
/* for default view */
SHCONTF_INCLUDEHIDDEN
=
128
/* for hidden/system objects */
SHCONTF_INCLUDEHIDDEN
=
128
,
/* for hidden/system objects */
SHCONTF_INIT_ON_FIRST_NEXT
=
256
,
/* allow EnumObject() to return before validating enum */
SHCONTF_NETPRINTERSRCH
=
512
,
/* hint that client is looking for printers */
SHCONTF_SHAREABLE
=
1024
,
/* hint that client is looking sharable resources (remote shares) */
SHCONTF_STORAGE
=
2048
/* include all items with accessible storage and their ancestors */
}
SHCONTF
;
}
SHCONTF
;
/*****************************************************************************
/*****************************************************************************
...
@@ -146,10 +150,13 @@ typedef enum tagSHCONTF
...
@@ -146,10 +150,13 @@ typedef enum tagSHCONTF
#define SFGAO_CONTENTSMASK 0x80000000L
#define SFGAO_CONTENTSMASK 0x80000000L
#define SFGAO_VALIDATE 0x01000000L
/* invalidate cached information */
#define SFGAO_VALIDATE 0x01000000L
/* invalidate cached information */
#define SFGAO_REMOVABLE 0x02000000L
/* is this removeable media? */
#define SFGAO_REMOVABLE 0x02000000L
/* is this removeable media? */
#define SFGAO_COMPRESSED 0x04000000L
/* is this object compressed? */
#define SFGAO_BROWSABLE 0x08000000L
/* is in-place browsable */
#define SFGAO_BROWSABLE 0x08000000L
/* is in-place browsable */
#define SFGAO_NONENUMERATED 0x00100000L
/* is a non-enumerated object */
#define SFGAO_NONENUMERATED 0x00100000L
/* is a non-enumerated object */
#define SFGAO_NEWCONTENT 0x00200000L
/* should show bold in explorer tree */
#define SFGAO_NEWCONTENT 0x00200000L
/* should show bold in explorer tree */
typedef
ULONG
SFGAOF
;
/************************************************************************
/************************************************************************
*
*
* FOLDERSETTINGS
* FOLDERSETTINGS
...
...
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