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
52c9dcb6
Commit
52c9dcb6
authored
Mar 31, 2012
by
Carlo Bramini
Committed by
Alexandre Julliard
Apr 02, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add PERCEIVED types and flags.
parent
ad9976eb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
shtypes.idl
include/shtypes.idl
+25
-0
No files found.
include/shtypes.idl
View file @
52c9dcb6
...
...
@@ -135,3 +135,28 @@ cpp_quote("#define REFFOLDERTYPEID const FOLDERTYPEID &")
cpp_quote
(
"#else"
)
cpp_quote
(
"#define REFFOLDERTYPEID const FOLDERTYPEID * __MIDL_CONST"
)
cpp_quote
(
"#endif"
)
typedef
[
v1_enum
]
enum
tagPERCEIVED
{
PERCEIVED_TYPE_CUSTOM
=
-
3
,
PERCEIVED_TYPE_UNSPECIFIED
=
-
2
,
PERCEIVED_TYPE_FOLDER
=
-
1
,
PERCEIVED_TYPE_UNKNOWN
=
0
,
PERCEIVED_TYPE_TEXT
=
1
,
PERCEIVED_TYPE_IMAGE
=
2
,
PERCEIVED_TYPE_AUDIO
=
3
,
PERCEIVED_TYPE_VIDEO
=
4
,
PERCEIVED_TYPE_COMPRESSED
=
5
,
PERCEIVED_TYPE_DOCUMENT
=
6
,
PERCEIVED_TYPE_SYSTEM
=
7
,
PERCEIVED_TYPE_APPLICATION
=
8
,
PERCEIVED_TYPE_GAMEMEDIA
=
9
,
PERCEIVED_TYPE_CONTACTS
=
10
}
PERCEIVED
;
cpp_quote
(
"#define PERCEIVEDFLAG_UNDEFINED 0x0000"
)
cpp_quote
(
"#define PERCEIVEDFLAG_SOFTCODED 0x0001"
)
cpp_quote
(
"#define PERCEIVEDFLAG_HARDCODED 0x0002"
)
cpp_quote
(
"#define PERCEIVEDFLAG_NATIVESUPPORT 0x0004"
)
cpp_quote
(
"#define PERCEIVEDFLAG_GDIPLUS 0x0010"
)
cpp_quote
(
"#define PERCEIVEDFLAG_WMSDK 0x0020"
)
cpp_quote
(
"#define PERCEIVEDFLAG_ZIPFOLDER 0x0040"
)
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