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
5bc129aa
Commit
5bc129aa
authored
Dec 03, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dmime: Convert dll registration to the IRegistrar mechanism.
parent
8db3669d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
160 additions
and
579 deletions
+160
-579
Makefile.in
dlls/dmime/Makefile.in
+2
-1
dmime.idl
dlls/dmime/dmime.idl
+139
-0
dmime_main.c
dlls/dmime/dmime_main.c
+19
-0
regsvr.c
dlls/dmime/regsvr.c
+0
-578
No files found.
dlls/dmime/Makefile.in
View file @
5bc129aa
...
...
@@ -10,7 +10,6 @@ C_SRCS = \
markertrack.c
\
paramcontroltrack.c
\
performance.c
\
regsvr.c
\
segment.c
\
segmentstate.c
\
segtriggertrack.c
\
...
...
@@ -20,6 +19,8 @@ C_SRCS = \
timesigtrack.c
\
wavetrack.c
IDL_R_SRCS
=
dmime.idl
RC_SRCS
=
version.rc
@MAKE_DLL_RULES@
dlls/dmime/dmime.idl
0 → 100644
View file @
5bc129aa
/*
*
COM
Classes
for
dmime
*
*
Copyright
2010
Alexandre
Julliard
*
*
This
library
is
free
software
; you can redistribute it and/or
*
modify
it
under
the
terms
of
the
GNU
Lesser
General
Public
*
License
as
published
by
the
Free
Software
Foundation
; either
*
version
2.1
of
the
License
,
or
(
at
your
option
)
any
later
version
.
*
*
This
library
is
distributed
in
the
hope
that
it
will
be
useful
,
*
but
WITHOUT
ANY
WARRANTY
; without even the implied warranty of
*
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
*
Lesser
General
Public
License
for
more
details
.
*
*
You
should
have
received
a
copy
of
the
GNU
Lesser
General
Public
*
License
along
with
this
library
; if not, write to the Free Software
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
[
threading
(
both
),
progid
(
"Microsoft.DirectMusicPerformance.1"
),
vi_progid
(
"Microsoft.DirectMusicPerformance"
),
uuid
(
d2ac2881
-
b39b
-
11
d1
-
8704
-
00600893b1b
d
)
]
coclass
DirectMusicPerformance
{
interface
IDirectMusicPerformance
; }
[
threading
(
both
),
progid
(
"Microsoft.DirectMusicSegment.1"
),
vi_progid
(
"Microsoft.DirectMusicSegment"
),
uuid
(
d2ac2882
-
b39b
-
11
d1
-
8704
-
00600893b1b
d
)
]
coclass
DirectMusicSegment
{
interface
IDirectMusicSegment
; }
[
threading
(
both
),
progid
(
"Microsoft.DirectMusicSegmentState.1"
),
vi_progid
(
"Microsoft.DirectMusicSegmentState"
),
uuid
(
d2ac2883
-
b39b
-
11
d1
-
8704
-
00600893b1b
d
)
]
coclass
DirectMusicSegmentState
{
interface
IDirectMusicSegmentState
; }
[
threading
(
both
),
progid
(
"Microsoft.DirectMusicGraph.1"
),
vi_progid
(
"Microsoft.DirectMusicGraph"
),
uuid
(
d2ac2884
-
b39b
-
11
d1
-
8704
-
00600893b1b
d
)
]
coclass
DirectMusicGraph
{
interface
IDirectMusicGraph
; }
[
threading
(
both
),
progid
(
"Microsoft.DirectMusicTempoTrack.1"
),
vi_progid
(
"Microsoft.DirectMusicTempoTrack"
),
uuid
(
d2ac2885
-
b39b
-
11
d1
-
8704
-
00600893b1b
d
)
]
coclass
DirectMusicTempoTrack
{
interface
IDirectMusicTempoTrack
; }
[
threading
(
both
),
progid
(
"Microsoft.DirectMusicSeqTrack.1"
),
vi_progid
(
"Microsoft.DirectMusicSeqTrack"
),
uuid
(
d2ac2886
-
b39b
-
11
d1
-
8704
-
00600893b1b
d
)
]
coclass
DirectMusicSeqTrack
{
interface
IDirectMusicSeqTrack
; }
[
threading
(
both
),
progid
(
"Microsoft.DirectMusicSysExTrack.1"
),
vi_progid
(
"Microsoft.DirectMusicSysExTrack"
),
uuid
(
d2ac2887
-
b39b
-
11
d1
-
8704
-
00600893b1b
d
)
]
coclass
DirectMusicSysExTrack
{
interface
IDirectMusicSysExTrack
; }
[
threading
(
both
),
progid
(
"Microsoft.DirectMusicTimeSigTrack.1"
),
vi_progid
(
"Microsoft.DirectMusicTimeSigTrack"
),
uuid
(
d2ac2888
-
b39b
-
11
d1
-
8704
-
00600893b1b
d
)
]
coclass
DirectMusicTimeSigTrack
{
interface
IDirectMusicTimeSigTrack
; }
[
threading
(
both
),
progid
(
"Microsoft.DirectMusicSong.1"
),
vi_progid
(
"Microsoft.DirectMusicSong"
),
uuid
(
aed5f0a5
-
d972
-
483
d
-
a384
-
649
dfeb9c181
)
]
coclass
DirectMusicSong
{
interface
IDirectMusicSong
; }
[
threading
(
both
),
progid
(
"Microsoft.DirectMusicParamControlTrack.1"
),
vi_progid
(
"Microsoft.DirectMusicParamControlTrack"
),
uuid
(
4b
e0537b
-
5
c19
-
11
d3
-
8b
dc
-
00600893b1b6
)
]
coclass
DirectMusicParamControlTrack
{
interface
IDirectMusicParamControlTrack
; }
[
threading
(
both
),
progid
(
"Microsoft.DirectMusicMarkerTrack.1"
),
vi_progid
(
"Microsoft.DirectMusicMarkerTrack"
),
uuid
(
55
a8fd00
-
4288
-
11
d3
-
9b
d1
-
8
a0d61c88835
)
]
coclass
DirectMusicMarkerTrack
{
interface
IDirectMusicMarkerTrack
; }
[
threading
(
both
),
progid
(
"Microsoft.DirectMusicLyricsTrack.1"
),
vi_progid
(
"Microsoft.DirectMusicLyricsTrack"
),
uuid
(
995
c1cf5
-
54
ff
-
11
d3
-
8b
da
-
00600893b1b6
)
]
coclass
DirectMusicLyricsTrack
{
interface
IDirectMusicLyricsTrack
; }
[
threading
(
both
),
progid
(
"Microsoft.DirectMusicSegTriggerTrack.1"
),
vi_progid
(
"Microsoft.DirectMusicSegTriggerTrack"
),
uuid
(
bae4d665
-
4
ea1
-
11
d3
-
8b
da
-
00600893b1b6
)
]
coclass
DirectMusicSegTriggerTrack
{
interface
IDirectMusicSegTriggerTrack
; }
[
threading
(
both
),
progid
(
"Microsoft.DirectMusicAudioPath.1"
),
vi_progid
(
"Microsoft.DirectMusicAudioPath"
),
uuid
(
ee0b9ca0
-
a81e
-
11
d3
-
9b
d1
-
0080
c7150a74
)
]
coclass
DirectMusicAudioPath
{
interface
IDirectMusicAudioPath
; }
[
threading
(
both
),
progid
(
"Microsoft.DirectMusicWaveTrack.1"
),
vi_progid
(
"Microsoft.DirectMusicWaveTrack"
),
uuid
(
eed36461
-
9
ea5
-
11
d3
-
9b
d1
-
0080
c7150a74
)
]
coclass
DirectMusicWaveTrack
{
interface
IDirectMusicWaveTrack
; }
dlls/dmime/dmime_main.c
View file @
5bc129aa
...
...
@@ -19,9 +19,11 @@
*/
#include "dmime_private.h"
#include "rpcproxy.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
dmime
);
static
HINSTANCE
instance
;
LONG
DMIME_refCount
=
0
;
typedef
struct
{
...
...
@@ -735,6 +737,7 @@ static IClassFactoryImpl WaveTrack_CF = {&WaveTrackCF_Vtbl};
*/
BOOL
WINAPI
DllMain
(
HINSTANCE
hinstDLL
,
DWORD
fdwReason
,
LPVOID
lpvReserved
)
{
if
(
fdwReason
==
DLL_PROCESS_ATTACH
)
{
instance
=
hinstDLL
;
DisableThreadLibraryCalls
(
hinstDLL
);
/* FIXME: Initialisation */
}
...
...
@@ -826,3 +829,19 @@ HRESULT WINAPI DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID *ppv)
WARN
(
"(%s, %s, %p): no interface found.
\n
"
,
debugstr_dmguid
(
rclsid
),
debugstr_dmguid
(
riid
),
ppv
);
return
CLASS_E_CLASSNOTAVAILABLE
;
}
/***********************************************************************
* DllRegisterServer (DMIME.@)
*/
HRESULT
WINAPI
DllRegisterServer
(
void
)
{
return
__wine_register_resources
(
instance
,
NULL
);
}
/***********************************************************************
* DllUnregisterServer (DMIME.@)
*/
HRESULT
WINAPI
DllUnregisterServer
(
void
)
{
return
__wine_unregister_resources
(
instance
,
NULL
);
}
dlls/dmime/regsvr.c
deleted
100644 → 0
View file @
8db3669d
/*
* self-registerable dll functions for dmime.dll
*
* Copyright (C) 2003 John K. Hohm
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "dmime_private.h"
#include "wine/unicode.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
dmime
);
/*
* Near the bottom of this file are the exported DllRegisterServer and
* DllUnregisterServer, which make all this worthwhile.
*/
/***********************************************************************
* interface for self-registering
*/
struct
regsvr_interface
{
IID
const
*
iid
;
/* NULL for end of list */
LPCSTR
name
;
/* can be NULL to omit */
IID
const
*
base_iid
;
/* can be NULL to omit */
int
num_methods
;
/* can be <0 to omit */
CLSID
const
*
ps_clsid
;
/* can be NULL to omit */
CLSID
const
*
ps_clsid32
;
/* can be NULL to omit */
};
static
HRESULT
register_interfaces
(
struct
regsvr_interface
const
*
list
);
static
HRESULT
unregister_interfaces
(
struct
regsvr_interface
const
*
list
);
struct
regsvr_coclass
{
CLSID
const
*
clsid
;
/* NULL for end of list */
LPCSTR
name
;
/* can be NULL to omit */
LPCSTR
ips
;
/* can be NULL to omit */
LPCSTR
ips32
;
/* can be NULL to omit */
LPCSTR
ips32_tmodel
;
/* can be NULL to omit */
LPCSTR
progid
;
/* can be NULL to omit */
LPCSTR
viprogid
;
/* can be NULL to omit */
LPCSTR
progid_extra
;
/* can be NULL to omit */
};
static
HRESULT
register_coclasses
(
struct
regsvr_coclass
const
*
list
);
static
HRESULT
unregister_coclasses
(
struct
regsvr_coclass
const
*
list
);
/***********************************************************************
* static string constants
*/
static
WCHAR
const
interface_keyname
[
10
]
=
{
'I'
,
'n'
,
't'
,
'e'
,
'r'
,
'f'
,
'a'
,
'c'
,
'e'
,
0
};
static
WCHAR
const
base_ifa_keyname
[
14
]
=
{
'B'
,
'a'
,
's'
,
'e'
,
'I'
,
'n'
,
't'
,
'e'
,
'r'
,
'f'
,
'a'
,
'c'
,
'e'
,
0
};
static
WCHAR
const
num_methods_keyname
[
11
]
=
{
'N'
,
'u'
,
'm'
,
'M'
,
'e'
,
't'
,
'h'
,
'o'
,
'd'
,
's'
,
0
};
static
WCHAR
const
ps_clsid_keyname
[
15
]
=
{
'P'
,
'r'
,
'o'
,
'x'
,
'y'
,
'S'
,
't'
,
'u'
,
'b'
,
'C'
,
'l'
,
's'
,
'i'
,
'd'
,
0
};
static
WCHAR
const
ps_clsid32_keyname
[
17
]
=
{
'P'
,
'r'
,
'o'
,
'x'
,
'y'
,
'S'
,
't'
,
'u'
,
'b'
,
'C'
,
'l'
,
's'
,
'i'
,
'd'
,
'3'
,
'2'
,
0
};
static
WCHAR
const
clsid_keyname
[
6
]
=
{
'C'
,
'L'
,
'S'
,
'I'
,
'D'
,
0
};
static
WCHAR
const
curver_keyname
[
7
]
=
{
'C'
,
'u'
,
'r'
,
'V'
,
'e'
,
'r'
,
0
};
static
WCHAR
const
ips_keyname
[
13
]
=
{
'I'
,
'n'
,
'P'
,
'r'
,
'o'
,
'c'
,
'S'
,
'e'
,
'r'
,
'v'
,
'e'
,
'r'
,
0
};
static
WCHAR
const
ips32_keyname
[
15
]
=
{
'I'
,
'n'
,
'P'
,
'r'
,
'o'
,
'c'
,
'S'
,
'e'
,
'r'
,
'v'
,
'e'
,
'r'
,
'3'
,
'2'
,
0
};
static
WCHAR
const
progid_keyname
[
7
]
=
{
'P'
,
'r'
,
'o'
,
'g'
,
'I'
,
'D'
,
0
};
static
WCHAR
const
viprogid_keyname
[
25
]
=
{
'V'
,
'e'
,
'r'
,
's'
,
'i'
,
'o'
,
'n'
,
'I'
,
'n'
,
'd'
,
'e'
,
'p'
,
'e'
,
'n'
,
'd'
,
'e'
,
'n'
,
't'
,
'P'
,
'r'
,
'o'
,
'g'
,
'I'
,
'D'
,
0
};
static
char
const
tmodel_valuename
[]
=
"ThreadingModel"
;
/***********************************************************************
* static helper functions
*/
static
LONG
register_key_guid
(
HKEY
base
,
WCHAR
const
*
name
,
GUID
const
*
guid
);
static
LONG
register_key_defvalueW
(
HKEY
base
,
WCHAR
const
*
name
,
WCHAR
const
*
value
);
static
LONG
register_key_defvalueA
(
HKEY
base
,
WCHAR
const
*
name
,
char
const
*
value
);
static
LONG
register_progid
(
WCHAR
const
*
clsid
,
char
const
*
progid
,
char
const
*
curver_progid
,
char
const
*
name
,
char
const
*
extra
);
/***********************************************************************
* register_interfaces
*/
static
HRESULT
register_interfaces
(
struct
regsvr_interface
const
*
list
)
{
LONG
res
=
ERROR_SUCCESS
;
HKEY
interface_key
;
res
=
RegCreateKeyExW
(
HKEY_CLASSES_ROOT
,
interface_keyname
,
0
,
NULL
,
0
,
KEY_READ
|
KEY_WRITE
,
NULL
,
&
interface_key
,
NULL
);
if
(
res
!=
ERROR_SUCCESS
)
goto
error_return
;
for
(;
res
==
ERROR_SUCCESS
&&
list
->
iid
;
++
list
)
{
WCHAR
buf
[
39
];
HKEY
iid_key
;
StringFromGUID2
(
list
->
iid
,
buf
,
39
);
res
=
RegCreateKeyExW
(
interface_key
,
buf
,
0
,
NULL
,
0
,
KEY_READ
|
KEY_WRITE
,
NULL
,
&
iid_key
,
NULL
);
if
(
res
!=
ERROR_SUCCESS
)
goto
error_close_interface_key
;
if
(
list
->
name
)
{
res
=
RegSetValueExA
(
iid_key
,
NULL
,
0
,
REG_SZ
,
(
CONST
BYTE
*
)(
list
->
name
),
strlen
(
list
->
name
)
+
1
);
if
(
res
!=
ERROR_SUCCESS
)
goto
error_close_iid_key
;
}
if
(
list
->
base_iid
)
{
res
=
register_key_guid
(
iid_key
,
base_ifa_keyname
,
list
->
base_iid
);
if
(
res
!=
ERROR_SUCCESS
)
goto
error_close_iid_key
;
}
if
(
0
<=
list
->
num_methods
)
{
static
WCHAR
const
fmt
[
3
]
=
{
'%'
,
'd'
,
0
};
HKEY
key
;
res
=
RegCreateKeyExW
(
iid_key
,
num_methods_keyname
,
0
,
NULL
,
0
,
KEY_READ
|
KEY_WRITE
,
NULL
,
&
key
,
NULL
);
if
(
res
!=
ERROR_SUCCESS
)
goto
error_close_iid_key
;
sprintfW
(
buf
,
fmt
,
list
->
num_methods
);
res
=
RegSetValueExW
(
key
,
NULL
,
0
,
REG_SZ
,
(
CONST
BYTE
*
)
buf
,
(
lstrlenW
(
buf
)
+
1
)
*
sizeof
(
WCHAR
));
RegCloseKey
(
key
);
if
(
res
!=
ERROR_SUCCESS
)
goto
error_close_iid_key
;
}
if
(
list
->
ps_clsid
)
{
res
=
register_key_guid
(
iid_key
,
ps_clsid_keyname
,
list
->
ps_clsid
);
if
(
res
!=
ERROR_SUCCESS
)
goto
error_close_iid_key
;
}
if
(
list
->
ps_clsid32
)
{
res
=
register_key_guid
(
iid_key
,
ps_clsid32_keyname
,
list
->
ps_clsid32
);
if
(
res
!=
ERROR_SUCCESS
)
goto
error_close_iid_key
;
}
error_close_iid_key:
RegCloseKey
(
iid_key
);
}
error_close_interface_key:
RegCloseKey
(
interface_key
);
error_return:
return
res
!=
ERROR_SUCCESS
?
HRESULT_FROM_WIN32
(
res
)
:
S_OK
;
}
/***********************************************************************
* unregister_interfaces
*/
static
HRESULT
unregister_interfaces
(
struct
regsvr_interface
const
*
list
)
{
LONG
res
=
ERROR_SUCCESS
;
HKEY
interface_key
;
res
=
RegOpenKeyExW
(
HKEY_CLASSES_ROOT
,
interface_keyname
,
0
,
KEY_READ
|
KEY_WRITE
,
&
interface_key
);
if
(
res
==
ERROR_FILE_NOT_FOUND
)
return
S_OK
;
if
(
res
!=
ERROR_SUCCESS
)
goto
error_return
;
for
(;
res
==
ERROR_SUCCESS
&&
list
->
iid
;
++
list
)
{
WCHAR
buf
[
39
];
StringFromGUID2
(
list
->
iid
,
buf
,
39
);
res
=
RegDeleteTreeW
(
interface_key
,
buf
);
if
(
res
==
ERROR_FILE_NOT_FOUND
)
res
=
ERROR_SUCCESS
;
}
RegCloseKey
(
interface_key
);
error_return:
return
res
!=
ERROR_SUCCESS
?
HRESULT_FROM_WIN32
(
res
)
:
S_OK
;
}
/***********************************************************************
* register_coclasses
*/
static
HRESULT
register_coclasses
(
struct
regsvr_coclass
const
*
list
)
{
LONG
res
=
ERROR_SUCCESS
;
HKEY
coclass_key
;
res
=
RegCreateKeyExW
(
HKEY_CLASSES_ROOT
,
clsid_keyname
,
0
,
NULL
,
0
,
KEY_READ
|
KEY_WRITE
,
NULL
,
&
coclass_key
,
NULL
);
if
(
res
!=
ERROR_SUCCESS
)
goto
error_return
;
for
(;
res
==
ERROR_SUCCESS
&&
list
->
clsid
;
++
list
)
{
WCHAR
buf
[
39
];
HKEY
clsid_key
;
StringFromGUID2
(
list
->
clsid
,
buf
,
39
);
res
=
RegCreateKeyExW
(
coclass_key
,
buf
,
0
,
NULL
,
0
,
KEY_READ
|
KEY_WRITE
,
NULL
,
&
clsid_key
,
NULL
);
if
(
res
!=
ERROR_SUCCESS
)
goto
error_close_coclass_key
;
if
(
list
->
name
)
{
res
=
RegSetValueExA
(
clsid_key
,
NULL
,
0
,
REG_SZ
,
(
CONST
BYTE
*
)(
list
->
name
),
strlen
(
list
->
name
)
+
1
);
if
(
res
!=
ERROR_SUCCESS
)
goto
error_close_clsid_key
;
}
if
(
list
->
ips
)
{
res
=
register_key_defvalueA
(
clsid_key
,
ips_keyname
,
list
->
ips
);
if
(
res
!=
ERROR_SUCCESS
)
goto
error_close_clsid_key
;
}
if
(
list
->
ips32
)
{
HKEY
ips32_key
;
res
=
RegCreateKeyExW
(
clsid_key
,
ips32_keyname
,
0
,
NULL
,
0
,
KEY_READ
|
KEY_WRITE
,
NULL
,
&
ips32_key
,
NULL
);
if
(
res
!=
ERROR_SUCCESS
)
goto
error_close_clsid_key
;
res
=
RegSetValueExA
(
ips32_key
,
NULL
,
0
,
REG_SZ
,
(
CONST
BYTE
*
)
list
->
ips32
,
lstrlenA
(
list
->
ips32
)
+
1
);
if
(
res
==
ERROR_SUCCESS
&&
list
->
ips32_tmodel
)
res
=
RegSetValueExA
(
ips32_key
,
tmodel_valuename
,
0
,
REG_SZ
,
(
CONST
BYTE
*
)
list
->
ips32_tmodel
,
strlen
(
list
->
ips32_tmodel
)
+
1
);
RegCloseKey
(
ips32_key
);
if
(
res
!=
ERROR_SUCCESS
)
goto
error_close_clsid_key
;
}
if
(
list
->
progid
)
{
res
=
register_key_defvalueA
(
clsid_key
,
progid_keyname
,
list
->
progid
);
if
(
res
!=
ERROR_SUCCESS
)
goto
error_close_clsid_key
;
res
=
register_progid
(
buf
,
list
->
progid
,
NULL
,
list
->
name
,
list
->
progid_extra
);
if
(
res
!=
ERROR_SUCCESS
)
goto
error_close_clsid_key
;
}
if
(
list
->
viprogid
)
{
res
=
register_key_defvalueA
(
clsid_key
,
viprogid_keyname
,
list
->
viprogid
);
if
(
res
!=
ERROR_SUCCESS
)
goto
error_close_clsid_key
;
res
=
register_progid
(
buf
,
list
->
viprogid
,
list
->
progid
,
list
->
name
,
list
->
progid_extra
);
if
(
res
!=
ERROR_SUCCESS
)
goto
error_close_clsid_key
;
}
error_close_clsid_key:
RegCloseKey
(
clsid_key
);
}
error_close_coclass_key:
RegCloseKey
(
coclass_key
);
error_return:
return
res
!=
ERROR_SUCCESS
?
HRESULT_FROM_WIN32
(
res
)
:
S_OK
;
}
/***********************************************************************
* unregister_coclasses
*/
static
HRESULT
unregister_coclasses
(
struct
regsvr_coclass
const
*
list
)
{
LONG
res
=
ERROR_SUCCESS
;
HKEY
coclass_key
;
res
=
RegOpenKeyExW
(
HKEY_CLASSES_ROOT
,
clsid_keyname
,
0
,
KEY_READ
|
KEY_WRITE
,
&
coclass_key
);
if
(
res
==
ERROR_FILE_NOT_FOUND
)
return
S_OK
;
if
(
res
!=
ERROR_SUCCESS
)
goto
error_return
;
for
(;
res
==
ERROR_SUCCESS
&&
list
->
clsid
;
++
list
)
{
WCHAR
buf
[
39
];
StringFromGUID2
(
list
->
clsid
,
buf
,
39
);
res
=
RegDeleteTreeW
(
coclass_key
,
buf
);
if
(
res
==
ERROR_FILE_NOT_FOUND
)
res
=
ERROR_SUCCESS
;
if
(
res
!=
ERROR_SUCCESS
)
goto
error_close_coclass_key
;
if
(
list
->
progid
)
{
res
=
RegDeleteTreeA
(
HKEY_CLASSES_ROOT
,
list
->
progid
);
if
(
res
==
ERROR_FILE_NOT_FOUND
)
res
=
ERROR_SUCCESS
;
if
(
res
!=
ERROR_SUCCESS
)
goto
error_close_coclass_key
;
}
if
(
list
->
viprogid
)
{
res
=
RegDeleteTreeA
(
HKEY_CLASSES_ROOT
,
list
->
viprogid
);
if
(
res
==
ERROR_FILE_NOT_FOUND
)
res
=
ERROR_SUCCESS
;
if
(
res
!=
ERROR_SUCCESS
)
goto
error_close_coclass_key
;
}
}
error_close_coclass_key:
RegCloseKey
(
coclass_key
);
error_return:
return
res
!=
ERROR_SUCCESS
?
HRESULT_FROM_WIN32
(
res
)
:
S_OK
;
}
/***********************************************************************
* regsvr_key_guid
*/
static
LONG
register_key_guid
(
HKEY
base
,
WCHAR
const
*
name
,
GUID
const
*
guid
)
{
WCHAR
buf
[
39
];
StringFromGUID2
(
guid
,
buf
,
39
);
return
register_key_defvalueW
(
base
,
name
,
buf
);
}
/***********************************************************************
* regsvr_key_defvalueW
*/
static
LONG
register_key_defvalueW
(
HKEY
base
,
WCHAR
const
*
name
,
WCHAR
const
*
value
)
{
LONG
res
;
HKEY
key
;
res
=
RegCreateKeyExW
(
base
,
name
,
0
,
NULL
,
0
,
KEY_READ
|
KEY_WRITE
,
NULL
,
&
key
,
NULL
);
if
(
res
!=
ERROR_SUCCESS
)
return
res
;
res
=
RegSetValueExW
(
key
,
NULL
,
0
,
REG_SZ
,
(
CONST
BYTE
*
)
value
,
(
lstrlenW
(
value
)
+
1
)
*
sizeof
(
WCHAR
));
RegCloseKey
(
key
);
return
res
;
}
/***********************************************************************
* regsvr_key_defvalueA
*/
static
LONG
register_key_defvalueA
(
HKEY
base
,
WCHAR
const
*
name
,
char
const
*
value
)
{
LONG
res
;
HKEY
key
;
res
=
RegCreateKeyExW
(
base
,
name
,
0
,
NULL
,
0
,
KEY_READ
|
KEY_WRITE
,
NULL
,
&
key
,
NULL
);
if
(
res
!=
ERROR_SUCCESS
)
return
res
;
res
=
RegSetValueExA
(
key
,
NULL
,
0
,
REG_SZ
,
(
CONST
BYTE
*
)
value
,
lstrlenA
(
value
)
+
1
);
RegCloseKey
(
key
);
return
res
;
}
/***********************************************************************
* regsvr_progid
*/
static
LONG
register_progid
(
WCHAR
const
*
clsid
,
char
const
*
progid
,
char
const
*
curver_progid
,
char
const
*
name
,
char
const
*
extra
)
{
LONG
res
;
HKEY
progid_key
;
res
=
RegCreateKeyExA
(
HKEY_CLASSES_ROOT
,
progid
,
0
,
NULL
,
0
,
KEY_READ
|
KEY_WRITE
,
NULL
,
&
progid_key
,
NULL
);
if
(
res
!=
ERROR_SUCCESS
)
return
res
;
if
(
name
)
{
res
=
RegSetValueExA
(
progid_key
,
NULL
,
0
,
REG_SZ
,
(
CONST
BYTE
*
)
name
,
strlen
(
name
)
+
1
);
if
(
res
!=
ERROR_SUCCESS
)
goto
error_close_progid_key
;
}
if
(
clsid
)
{
res
=
register_key_defvalueW
(
progid_key
,
clsid_keyname
,
clsid
);
if
(
res
!=
ERROR_SUCCESS
)
goto
error_close_progid_key
;
}
if
(
curver_progid
)
{
res
=
register_key_defvalueA
(
progid_key
,
curver_keyname
,
curver_progid
);
if
(
res
!=
ERROR_SUCCESS
)
goto
error_close_progid_key
;
}
if
(
extra
)
{
HKEY
extra_key
;
res
=
RegCreateKeyExA
(
progid_key
,
extra
,
0
,
NULL
,
0
,
KEY_READ
|
KEY_WRITE
,
NULL
,
&
extra_key
,
NULL
);
if
(
res
==
ERROR_SUCCESS
)
RegCloseKey
(
extra_key
);
}
error_close_progid_key:
RegCloseKey
(
progid_key
);
return
res
;
}
/***********************************************************************
* coclass list
*/
static
struct
regsvr_coclass
const
coclass_list
[]
=
{
{
&
CLSID_DirectMusicPerformance
,
"DirectMusicPerformance"
,
NULL
,
"dmime.dll"
,
"Both"
,
"Microsoft.DirectMusicPerformance.1"
,
"Microsoft.DirectMusicPerformance"
},
{
&
CLSID_DirectMusicSegment
,
"DirectMusicSegment"
,
NULL
,
"dmime.dll"
,
"Both"
,
"Microsoft.DirectMusicSegment.1"
,
"Microsoft.DirectMusicSegment"
},
{
&
CLSID_DirectMusicSegmentState
,
"DirectMusicSegmentState"
,
NULL
,
"dmime.dll"
,
"Both"
,
"Microsoft.DirectMusicSegmentState.1"
,
"Microsoft.DirectMusicSegmentState"
},
{
&
CLSID_DirectMusicSong
,
"DirectMusicSong"
,
NULL
,
"dmime.dll"
,
"Both"
,
"Microsoft.DirectMusicSong.1"
,
"Microsoft.DirectMusicSong"
},
{
&
CLSID_DirectMusicGraph
,
"DirectMusicGraph"
,
NULL
,
"dmime.dll"
,
"Both"
,
"Microsoft.DirectMusicGraph.1"
,
"Microsoft.DirectMusicGraph"
},
{
&
CLSID_DirectMusicTempoTrack
,
"DirectMusicTempoTrack"
,
NULL
,
"dmime.dll"
,
"Both"
,
"Microsoft.DirectMusicTempoTrack.1"
,
"Microsoft.DirectMusicTempoTrack"
},
{
&
CLSID_DirectMusicSeqTrack
,
"DirectMusicSeqTrack"
,
NULL
,
"dmime.dll"
,
"Both"
,
"Microsoft.DirectMusicSeqTrack.1"
,
"Microsoft.DirectMusicSeqTrack"
},
{
&
CLSID_DirectMusicSysExTrack
,
"DirectMusicSysExTrack"
,
NULL
,
"dmime.dll"
,
"Both"
,
"Microsoft.DirectMusicSysExTrack.1"
,
"Microsoft.DirectMusicSysExTrack"
},
{
&
CLSID_DirectMusicTimeSigTrack
,
"DirectMusicTimeSigTrack"
,
NULL
,
"dmime.dll"
,
"Both"
,
"Microsoft.DirectMusicTimeSigTrack.1"
,
"Microsoft.DirectMusicTimeSigTrack"
},
{
&
CLSID_DirectMusicParamControlTrack
,
"DirectMusicParamControlTrack"
,
NULL
,
"dmime.dll"
,
"Both"
,
"Microsoft.DirectMusicParamControlTrack.1"
,
"Microsoft.DirectMusicParamControlTrack"
},
{
&
CLSID_DirectMusicMarkerTrack
,
"DirectMusicMarkerTrack"
,
NULL
,
"dmime.dll"
,
"Both"
,
"Microsoft.DirectMusicMarkerTrack.1"
,
"Microsoft.DirectMusicMarkerTrack"
},
{
&
CLSID_DirectMusicLyricsTrack
,
"DirectMusicLyricsTrack"
,
NULL
,
"dmime.dll"
,
"Both"
,
"Microsoft.DirectMusicLyricsTrack.1"
,
"Microsoft.DirectMusicLyricsTrack"
},
{
&
CLSID_DirectMusicSegTriggerTrack
,
"DirectMusicSegTriggerTrack"
,
NULL
,
"dmime.dll"
,
"Both"
,
"Microsoft.DirectMusicSegTriggerTrack.1"
,
"Microsoft.DirectMusicSegTriggerTrack"
},
{
&
CLSID_DirectMusicAudioPath
,
"DirectMusicAudioPath"
,
NULL
,
"dmime.dll"
,
"Both"
,
"Microsoft.DirectMusicAudioPath.1"
,
"Microsoft.DirectMusicAudioPath"
},
{
&
CLSID_DirectMusicWaveTrack
,
"DirectMusicWaveTrack"
,
NULL
,
"dmime.dll"
,
"Both"
,
"Microsoft.DirectMusicWaveTrack.1"
,
"Microsoft.DirectMusicWaveTrack"
},
{
NULL
}
/* list terminator */
};
/***********************************************************************
* interface list
*/
static
struct
regsvr_interface
const
interface_list
[]
=
{
{
NULL
}
/* list terminator */
};
/***********************************************************************
* DllRegisterServer (DMIME.3)
*/
HRESULT
WINAPI
DllRegisterServer
(
void
)
{
HRESULT
hr
;
TRACE
(
"
\n
"
);
hr
=
register_coclasses
(
coclass_list
);
if
(
SUCCEEDED
(
hr
))
hr
=
register_interfaces
(
interface_list
);
return
hr
;
}
/***********************************************************************
* DllUnregisterServer (DMIME.4)
*/
HRESULT
WINAPI
DllUnregisterServer
(
void
)
{
HRESULT
hr
;
TRACE
(
"
\n
"
);
hr
=
unregister_coclasses
(
coclass_list
);
if
(
SUCCEEDED
(
hr
))
hr
=
unregister_interfaces
(
interface_list
);
return
hr
;
}
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