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
7fe211e9
Commit
7fe211e9
authored
May 08, 2006
by
Robert Shearman
Committed by
Alexandre Julliard
May 08, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole32: Register CLSIDs for all OLE monikers.
parent
68fceb0a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
0 deletions
+39
-0
regsvr.c
dlls/ole32/regsvr.c
+39
-0
No files found.
dlls/ole32/regsvr.c
View file @
7fe211e9
...
...
@@ -404,11 +404,26 @@ static GUID const CLSID_FileMoniker = {
static
GUID
const
CLSID_ItemMoniker
=
{
0x00000304
,
0x0000
,
0x0000
,
{
0xC0
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x46
}
};
static
GUID
const
CLSID_AntiMoniker
=
{
0x00000305
,
0x0000
,
0x0000
,
{
0xC0
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x46
}
};
static
GUID
const
CLSID_PointerMoniker
=
{
0x00000306
,
0x0000
,
0x0000
,
{
0xC0
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x46
}
};
static
GUID
const
CLSID_PackagerMoniker
=
{
0x00000308
,
0x0000
,
0x0000
,
{
0xC0
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x46
}
};
static
GUID
const
CLSID_CompositeMoniker
=
{
0x00000309
,
0x0000
,
0x0000
,
{
0xC0
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x46
}
};
/* FIXME: DfMarshal and PSFactoryBuffer are defined elsewhere too */
static
GUID
const
CLSID_DfMarshal
=
{
0x0000030B
,
0x0000
,
0x0000
,
{
0xC0
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x46
}
};
static
GUID
const
CLSID_ClassMoniker
=
{
0x0000031A
,
0x0000
,
0x0000
,
{
0xC0
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x46
}
};
static
GUID
const
CLSID_PSFactoryBuffer
=
{
0x00000320
,
0x0000
,
0x0000
,
{
0xC0
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x46
}
};
...
...
@@ -425,12 +440,36 @@ static struct regsvr_coclass const coclass_list[] = {
"ole32.dll"
,
"Both"
},
{
&
CLSID_AntiMoniker
,
"AntiMoniker"
,
NULL
,
"ole32.dll"
,
"Both"
},
{
&
CLSID_PointerMoniker
,
"PointerMoniker"
,
NULL
,
"ole32.dll"
,
"Both"
},
{
&
CLSID_PackagerMoniker
,
"PackagerMoniker"
,
NULL
,
"ole32.dll"
,
"Both"
},
{
&
CLSID_DfMarshal
,
"DfMarshal"
,
NULL
,
"ole32.dll"
,
"Both"
},
{
&
CLSID_ClassMoniker
,
"ClassMoniker"
,
NULL
,
"ole32.dll"
,
"Both"
},
{
&
CLSID_PSFactoryBuffer
,
"PSFactoryBuffer"
,
NULL
,
...
...
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