source: trunk/DirectShowSpy/GenericPropertyPage.rgs @ 545

Last change on this file since 545 was 265, checked in by roman, 10 years ago

Added runtime property bag feature to merge filter data into filter graph text and also display using spy-provided generic property page; Added inproc server path and versions to the graph text and details

File size: 230 bytes
Line 
1HKCR
2{
3        NoRemove CLSID
4        {
5                ForceRemove %CLSID% = s '%DESCRIPTION%'
6                {
7                        InprocServer32 = s '%MODULE%'
8                        {
9                                val ThreadingModel = s 'Apartment'
10                        }
11                        val AppID = s '%APPID%'
12                        TypeLib = s '%LIBID%'
13                }
14        }
15}
Note: See TracBrowser for help on using the repository browser.