source: trunk/DirectShowSpy/GenericClass (Both).rgs @ 937

Last change on this file since 937 was 545, checked in by roman, 8 years ago

Added previously not included hooks; added IFilterMapper3 hook suppors; template library related updates; added FGT to replace ROT (to access services in particular) - work in progress; fixed class enumeration hook

File size: 479 bytes
Line 
1HKCR
2{
3        %PROGID% = s '%DESCRIPTION%'
4        {
5                CLSID = s '%CLSID%'
6        }
7        %VIPROGID% = s '%DESCRIPTION%'
8        {
9                CLSID = s '%CLSID%'
10                CurVer = s '%PROGID%'
11        }
12        NoRemove CLSID
13        {
14                ForceRemove %CLSID% = s '%DESCRIPTION%'
15                {
16                        ProgID = s '%PROGID%'
17                        VersionIndependentProgID = s '%VIPROGID%'
18                        ForceRemove 'Programmable'
19                        InprocServer32 = s '%MODULE%'
20                        {
21                                val ThreadingModel = s 'Both'
22                        }
23                        val AppID = s '%APPID%'
24                        TypeLib = s '%LIBID%'
25                }
26        }
27}
Note: See TracBrowser for help on using the repository browser.