File: PictureDecoder.rgs

package info (click to toggle)
paintlib 2.6.2-14
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 7,920 kB
  • ctags: 3,874
  • sloc: cpp: 25,209; sh: 10,605; ansic: 1,891; makefile: 120
file content (25 lines) | stat: -rw-r--r-- 611 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
HKCR
{
	PaintX.PictureDecoder.2 = s 'PictureDecoder Class'
	{
		CLSID = s '{B69FE5D3-9F53-11D2-B13F-444553540000}'
	}
	PaintX.PictureDecoder = s 'PictureDecoder Class'
	{
		CurVer = s 'PaintX.PictureDecoder.2'
		CLSID = s '{B69FE5D3-9F53-11D2-B13F-444553540000}'
	}
	NoRemove CLSID
	{
		ForceRemove {B69FE5D3-9F53-11D2-B13F-444553540000} = s 'PictureDecoder Class'
		{
			ProgID = s 'PaintX.PictureDecoder.2'
			VersionIndependentProgID = s 'PaintX.PictureDecoder'
			ForceRemove 'Programmable'
			InprocServer32 = s '%MODULE%'
			{
				val ThreadingModel = s 'Apartment'
			}
		}
	}
}