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
78904aab
Commit
78904aab
authored
Feb 07, 2006
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Feb 07, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quartz: Register some of the interfaces.
parent
55b74483
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
54 additions
and
0 deletions
+54
-0
regsvr.c
dlls/quartz/regsvr.c
+54
-0
No files found.
dlls/quartz/regsvr.c
View file @
78904aab
...
...
@@ -840,6 +840,10 @@ static LONG recursive_delete_keyW(HKEY base, WCHAR const *name)
return
res
;
}
static
GUID
const
CLSID_PSFactoryBuffer
=
{
0x92a3a302
,
0xda7c
,
0x4a1f
,
{
0xba
,
0x7e
,
0x18
,
0x02
,
0xbb
,
0x5d
,
0x2d
,
0x02
}
};
/***********************************************************************
* coclass list
*/
...
...
@@ -936,6 +940,56 @@ static struct regsvr_coclass const coclass_list[] = {
*/
static
struct
regsvr_interface
const
interface_list
[]
=
{
{
&
IID_IFilterGraph
,
"IFilterGraph"
,
NULL
,
11
,
NULL
,
&
CLSID_PSFactoryBuffer
},
{
&
IID_IFilterGraph2
,
"IFilterGraph2"
,
NULL
,
21
,
NULL
,
&
CLSID_PSFactoryBuffer
},
{
&
IID_IFilterMapper
,
"IFilterMapper"
,
NULL
,
11
,
NULL
,
&
CLSID_PSFactoryBuffer
},
{
&
IID_IFilterMapper2
,
"IFilterMapper2"
,
NULL
,
7
,
NULL
,
&
CLSID_PSFactoryBuffer
},
/* FIXME:
{ &IID_SeekingPassThru,
"ISeekingPassThru",
NULL,
4,
NULL,
&CLSID_PSFactoryBuffer
},
{ &IID_AsyncReader,
"IAsyncReader",
NULL,
11,
NULL,
&CLSID_PSFactoryBuffer
},
{ &IID_WAVEParser,
"IWAVEParser",
NULL,
11,
NULL,
&CLSID_PSFactoryBuffer
},*/
{
NULL
}
/* list terminator */
};
...
...
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