mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 08:50:27 +00:00
[QMGRPRXY]
- Add missing rgs file svn path=/trunk/; revision=60123
This commit is contained in:
parent
f2f524b95b
commit
ef0399b1ec
2 changed files with 56 additions and 0 deletions
|
@ -2,3 +2,6 @@
|
|||
#define WINE_FILENAME_STR "qmgrprxy.dll"
|
||||
|
||||
#include <wine/wine_common_ver.rc>
|
||||
|
||||
/* @makedep: qmgrprxy.rgs */
|
||||
1 WINE_REGISTRY qmgrprxy.rgs
|
||||
|
|
53
reactos/dll/win32/qmgrprxy/qmgrprxy.rgs
Normal file
53
reactos/dll/win32/qmgrprxy/qmgrprxy.rgs
Normal file
|
@ -0,0 +1,53 @@
|
|||
HKCR
|
||||
{
|
||||
NoRemove Interface
|
||||
{
|
||||
'{01B7BD23-FB88-4A77-8490-5891D3E4653A}' = s 'IBackgroundCopyFile'
|
||||
{
|
||||
NumMethods = s 6
|
||||
ProxyStubClsid32 = s '{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}'
|
||||
}
|
||||
'{CA51E165-C365-424C-8D41-24AAA4FF3C40}' = s 'IEnumBackgroundCopyFiles'
|
||||
{
|
||||
NumMethods = s 8
|
||||
ProxyStubClsid32 = s '{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}'
|
||||
}
|
||||
'{19C613A0-FCB8-4F28-81AE-897C3D078F81}' = s 'IBackgroundCopyError'
|
||||
{
|
||||
NumMethods = s 8
|
||||
ProxyStubClsid32 = s '{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}'
|
||||
}
|
||||
'{37668D37-507E-4160-9316-26306D150B12}' = s 'IBackgroundCopyJob'
|
||||
{
|
||||
NumMethods = s 35
|
||||
ProxyStubClsid32 = s '{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}'
|
||||
}
|
||||
'{1AF4F612-3B71-466F-8F58-7B6F73AC57AD}' = s 'IEnumBackgroundCopyJobs'
|
||||
{
|
||||
NumMethods = s 8
|
||||
ProxyStubClsid32 = s '{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}'
|
||||
}
|
||||
'{97EA99C7-0186-4AD4-8DF9-C5B4E0ED6B22}' = s 'IBackgroundCopyCallback'
|
||||
{
|
||||
NumMethods = s 6
|
||||
ProxyStubClsid32 = s '{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}'
|
||||
}
|
||||
'{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}' = s 'IBackgroundCopyManager'
|
||||
{
|
||||
NumMethods = s 7
|
||||
ProxyStubClsid32 = s '{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}'
|
||||
}
|
||||
'{54B50739-686F-45EB-9DFF-D6A9A0FAA9AF}' = s 'IBackgroundCopyJob2'
|
||||
{
|
||||
NumMethods = s 43
|
||||
ProxyStubClsid32 = s '{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}'
|
||||
}
|
||||
}
|
||||
NoRemove CLSID
|
||||
{
|
||||
'{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}' = s 'PSFactoryBuffer'
|
||||
{
|
||||
InprocServer32 = s '%MODULE%' { val ThreadingModel = s 'Both' }
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue