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
a3191f7f
Commit
a3191f7f
authored
Aug 07, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
Aug 08, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Add CLSID_CUrlHistory and CLSID_CURLSearchHook.
parent
feab43c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
shlguid.h
include/shlguid.h
+5
-0
No files found.
include/shlguid.h
View file @
a3191f7f
...
...
@@ -72,6 +72,11 @@ DEFINE_SHLGUID(IID_IQueryInfo, 0x00021500L, 0, 0);
/* DEFINE_SHLGUID(IID_INewShortcutHookA, 0x000214E1L, 0, 0); */
/* DEFINE_SHLGUID(IID_INewShortcutHookW, 0x000214F7L, 0, 0); */
DEFINE_GUID
(
CLSID_CUrlHistory
,
0x3c374a40
,
0xbae4
,
0x11cf
,
0xbf
,
0x7d
,
0x00
,
0xaa
,
0x00
,
0x69
,
0x46
,
0xee
);
#define SID_SUrlHistory CLSID_CUrlHistory
DEFINE_GUID
(
CLSID_CURLSearchHook
,
0xcfbfae00
,
0x17a6
,
0x11d0
,
0x99
,
0xcb
,
0x00
,
0xc0
,
0x4f
,
0xd6
,
0x44
,
0x97
);
DEFINE_GUID
(
SID_STopLevelBrowser
,
0x4C96BE40L
,
0x915C
,
0x11CF
,
0x99
,
0xD3
,
0x00
,
0xAA
,
0x00
,
0x4A
,
0xE8
,
0x37
);
#define SID_SShellBrowser IID_IShellBrowser
...
...
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