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
310ab8a2
Commit
310ab8a2
authored
Jul 19, 2011
by
Mariusz Pluciński
Committed by
Alexandre Julliard
Jul 19, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add FOLDERTYPEID types and values definitions.
parent
c4d29bdb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
1 deletion
+43
-1
shlguid.h
include/shlguid.h
+31
-0
shtypes.idl
include/shtypes.idl
+12
-1
No files found.
include/shlguid.h
View file @
310ab8a2
...
...
@@ -162,6 +162,37 @@ DEFINE_GUID(VID_Thumbnails, 0x8bebb290, 0x52d0, 0x11d0, 0xb7, 0xf4, 0x00, 0xc0,
DEFINE_GUID
(
VID_Tile
,
0x65f125e5
,
0x7be1
,
0x4810
,
0xba
,
0x9d
,
0xd2
,
0x71
,
0xc8
,
0x43
,
0x2c
,
0xe3
);
DEFINE_GUID
(
VID_ThumbStrip
,
0x8eefa624
,
0xd1e9
,
0x445b
,
0x94
,
0xb7
,
0x74
,
0xfb
,
0xce
,
0x2e
,
0xa1
,
0x1a
);
/* FOLDERTYPEID */
DEFINE_GUID
(
FOLDERTYPEID_Communications
,
0x91475fe5
,
0x586b
,
0x4eba
,
0x8d
,
0x75
,
0xd1
,
0x74
,
0x34
,
0xb8
,
0xcd
,
0xf6
);
DEFINE_GUID
(
FOLDERTYPEID_CompressedFolder
,
0x80213e82
,
0xbcfd
,
0x4c4f
,
0x88
,
0x17
,
0xbb
,
0x27
,
0x60
,
0x12
,
0x67
,
0xa9
);
DEFINE_GUID
(
FOLDERTYPEID_Contacts
,
0xde2b70ec
,
0x9bf7
,
0x4a93
,
0xbd
,
0x3d
,
0x24
,
0x3f
,
0x78
,
0x81
,
0xd4
,
0x92
);
DEFINE_GUID
(
FOLDERTYPEID_ControlPanelCategory
,
0xde4f0660
,
0xfa10
,
0x4b8f
,
0xa4
,
0x94
,
0x06
,
0x8b
,
0x20
,
0xb2
,
0x23
,
0x07
);
DEFINE_GUID
(
FOLDERTYPEID_ControlPanelClassic
,
0x0c3794f3
,
0xb545
,
0x43aa
,
0xa3
,
0x29
,
0xc3
,
0x74
,
0x30
,
0xc5
,
0x8d
,
0x2a
);
DEFINE_GUID
(
FOLDERTYPEID_Documents
,
0x7d49d726
,
0x3c21
,
0x4f05
,
0x99
,
0xaa
,
0xfd
,
0xc2
,
0xc9
,
0x47
,
0x46
,
0x56
);
DEFINE_GUID
(
FOLDERTYPEID_Games
,
0xb689b0d0
,
0x76d3
,
0x4cbb
,
0x87
,
0xf7
,
0x58
,
0x5d
,
0x0e
,
0x0c
,
0xe0
,
0x70
);
DEFINE_GUID
(
FOLDERTYPEID_Generic
,
0x5c4f28b5
,
0xf869
,
0x4e84
,
0x8e
,
0x60
,
0xf1
,
0x1d
,
0xb9
,
0x7c
,
0x5c
,
0xc7
);
DEFINE_GUID
(
FOLDERTYPEID_GenericLibrary
,
0x5f4eab9a
,
0x6833
,
0x4f61
,
0x89
,
0x9d
,
0x31
,
0xcf
,
0x46
,
0x97
,
0x9d
,
0x49
);
DEFINE_GUID
(
FOLDERTYPEID_GenericSearchResults
,
0x7fde1a1e
,
0x8b31
,
0x49a5
,
0x93
,
0xb8
,
0x6b
,
0xe1
,
0x4c
,
0xfa
,
0x49
,
0x43
);
DEFINE_GUID
(
FOLDERTYPEID_Invalid
,
0x57807898
,
0x8c4f
,
0x4462
,
0xbb
,
0x63
,
0x71
,
0x04
,
0x23
,
0x80
,
0xb1
,
0x09
);
DEFINE_GUID
(
FOLDERTYPEID_Music
,
0x94d6ddcc
,
0x4a68
,
0x4175
,
0xa3
,
0x74
,
0xbd
,
0x58
,
0x4a
,
0x51
,
0x0b
,
0x78
);
DEFINE_GUID
(
FOLDERTYPEID_NetworkExplorer
,
0x25cc242b
,
0x9a7c
,
0x4f51
,
0x80
,
0xe0
,
0x7a
,
0x29
,
0x28
,
0xfe
,
0xbe
,
0x42
);
DEFINE_GUID
(
FOLDERTYPEID_OpenSearch
,
0x8faf9629
,
0x1980
,
0x46ff
,
0x80
,
0x23
,
0x9d
,
0xce
,
0xab
,
0x9c
,
0x3e
,
0xe3
);
DEFINE_GUID
(
FOLDERTYPEID_OtherUsers
,
0xb337fd00
,
0x9dd5
,
0x4635
,
0xa6
,
0xd4
,
0xda
,
0x33
,
0xfd
,
0x10
,
0x2b
,
0x7a
);
DEFINE_GUID
(
FOLDERTYPEID_Pictures
,
0xb3690e58
,
0xe961
,
0x423b
,
0xb6
,
0x87
,
0x38
,
0x6e
,
0xbf
,
0xd8
,
0x32
,
0x39
);
DEFINE_GUID
(
FOLDERTYPEID_Printers
,
0x2c7bbec6
,
0xc844
,
0x4a0a
,
0x91
,
0xfa
,
0xce
,
0xf6
,
0xf5
,
0x9c
,
0xfd
,
0xa1
);
DEFINE_GUID
(
FOLDERTYPEID_PublishedItems
,
0x7f2f5b96
,
0xff74
,
0x41da
,
0xaf
,
0xd8
,
0x1c
,
0x78
,
0xa5
,
0xf3
,
0xae
,
0xa2
);
DEFINE_GUID
(
FOLDERTYPEID_RecordedTV
,
0x5557a28f
,
0x5da6
,
0x4f83
,
0x88
,
0x09
,
0xc2
,
0xc9
,
0x8a
,
0x11
,
0xa6
,
0xfa
);
DEFINE_GUID
(
FOLDERTYPEID_RecycleBin
,
0xd6d9e004
,
0xcd87
,
0x442b
,
0x9d
,
0x57
,
0x5e
,
0x0a
,
0xeb
,
0x4f
,
0x6f
,
0x72
);
DEFINE_GUID
(
FOLDERTYPEID_SavedGames
,
0xd0363307
,
0x28cb
,
0x4106
,
0x9f
,
0x23
,
0x29
,
0x56
,
0xe3
,
0xe5
,
0xe0
,
0xe7
);
DEFINE_GUID
(
FOLDERTYPEID_SearchConnector
,
0x982725ee
,
0x6f47
,
0x479e
,
0xb4
,
0x47
,
0x81
,
0x2b
,
0xfa
,
0x7d
,
0x2e
,
0x8f
);
DEFINE_GUID
(
FOLDERTYPEID_Searches
,
0x0b0ba2e3
,
0x405f
,
0x415e
,
0xa6
,
0xee
,
0xca
,
0xd6
,
0x25
,
0x20
,
0x78
,
0x53
);
DEFINE_GUID
(
FOLDERTYPEID_SearchHome
,
0x834d8a44
,
0x0974
,
0x4ed6
,
0x86
,
0x6e
,
0xf2
,
0x03
,
0xd8
,
0x0b
,
0x38
,
0x10
);
DEFINE_GUID
(
FOLDERTYPEID_SoftwareExplorer
,
0xd674391b
,
0x52d9
,
0x4e07
,
0x83
,
0x4e
,
0x67
,
0xc9
,
0x86
,
0x10
,
0xf3
,
0x9d
);
DEFINE_GUID
(
FOLDERTYPEID_StartMenu
,
0xef87b4cb
,
0xf2ce
,
0x4785
,
0x86
,
0x58
,
0x4c
,
0xa6
,
0xc6
,
0x3e
,
0x38
,
0xc6
);
DEFINE_GUID
(
FOLDERTYPEID_UserFiles
,
0xcd0fc69b
,
0x71e2
,
0x46e5
,
0x96
,
0x90
,
0x5b
,
0xcd
,
0x9f
,
0x57
,
0xaa
,
0xb3
);
DEFINE_GUID
(
FOLDERTYPEID_UsersLibraries
,
0xc4d98f09
,
0x6124
,
0x4fe0
,
0x99
,
0x42
,
0x82
,
0x64
,
0x16
,
0x08
,
0x2d
,
0xa9
);
DEFINE_GUID
(
FOLDERTYPEID_Videos
,
0x5fa96407
,
0x7e77
,
0x483c
,
0xac
,
0x93
,
0x69
,
0x1d
,
0x05
,
0x85
,
0x0d
,
0xe8
);
/* IExplorerBrowser */
DEFINE_GUID
(
EP_NavPane
,
0xCB316B22
,
0x25F7
,
0x42B8
,
0x8A
,
0x09
,
0x54
,
0x0D
,
0x23
,
0xA4
,
0x3C
,
0x2F
);
DEFINE_GUID
(
EP_Commands
,
0xD9745868
,
0xCA5F
,
0x4A76
,
0x91
,
0xCD
,
0xF5
,
0xA1
,
0x29
,
0xFB
,
0xB0
,
0x76
);
...
...
include/shtypes.idl
View file @
310ab8a2
...
...
@@ -113,7 +113,6 @@ typedef [v1_enum] enum tagSHCOLSTATE
typedef
DWORD
SHCOLSTATEF
;
typedef
GUID
KNOWNFOLDERID
;
typedef
GUID
FOLDERTYPEID
;
cpp_quote
(
"#if 0"
)
typedef
KNOWNFOLDERID
*
REFKNOWNFOLDERID
;
...
...
@@ -124,3 +123,15 @@ cpp_quote("#define REFKNOWNFOLDERID const KNOWNFOLDERID &")
cpp_quote
(
"#else"
)
cpp_quote
(
"#define REFKNOWNFOLDERID const KNOWNFOLDERID * __MIDL_CONST"
)
cpp_quote
(
"#endif"
)
typedef
GUID
FOLDERTYPEID
;
cpp_quote
(
"#if 0"
)
typedef
FOLDERTYPEID
*
REFFOLDERTYPEID
;
cpp_quote
(
"#endif"
)
cpp_quote
(
"#ifdef __cplusplus"
)
cpp_quote
(
"#define REFFOLDERTYPEID const FOLDERTYPEID &"
)
cpp_quote
(
"#else"
)
cpp_quote
(
"#define REFFOLDERTYPEID const FOLDERTYPEID * __MIDL_CONST"
)
cpp_quote
(
"#endif"
)
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