acepowell.rgs

来自「《ATL深入解析》随书源码」· RGS 代码 · 共 25 行

RGS
25
字号
HKCR
{
	AcePowell.AcePowell.1 = s 'AcePowell Class'
	{
		CLSID = s '{ADF259F8-5967-11D1-9687-00600819B080}'
	}
	AcePowell.AcePowell = s 'AcePowell Class'
	{
		CurVer = s 'AcePowell.AcePowell.1'
	}
	NoRemove CLSID
	{
		ForceRemove {ADF259F8-5967-11D1-9687-00600819B080} = s 'AcePowell Class'
		{
			ProgID = s 'AcePowell.AcePowell.1'
			VersionIndependentProgID = s 'AcePowell.AcePowell'
			ForceRemove 'Programmable'
			InprocServer32 = s '%MODULE%'
			{
				val ThreadingModel = s 'Apartment'
			}
		}
	}
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?