mycount.rgs

来自「【内容简介】 本书由一流的权威撰写」· RGS 代码 · 共 24 行

RGS
24
字号
HKCR
{
	GlobalCount.MyCount.1 = s 'MyCount Class'
	{
		CLSID = s '{F4D5EE0E-C07D-4AFC-A602-55700E437F5F}'
	}
	GlobalCount.MyCount = s 'MyCount Class'
	{
		CLSID = s '{F4D5EE0E-C07D-4AFC-A602-55700E437F5F}'
	}
	NoRemove CLSID
	{
		ForceRemove {F4D5EE0E-C07D-4AFC-A602-55700E437F5F} = s 'MyCount Class'
		{
			ProgID = s 'GlobalCount.MyCount.1'
			VersionIndependentProgID = s 'GlobalCount.MyCount'
			InprocServer32 = s '%MODULE%'
			{
				val ThreadingModel = s 'apartment'
			}
		}
	}
}

⌨️ 快捷键说明

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