e8000002.rss

来自「Symbain mobile code 手机应用程序源代码--程序结构方面」· RSS 代码 · 共 29 行

RSS
29
字号
// E8000002.rss
//
// Copyright (c) 2005 Symbian Software Ltd.  All rights reserved.


#include <RegistryInfo.rh>

RESOURCE REGISTRY_INFO r_registry
	{
	dll_uid = 0xE8000002; // should match name of this file
	interfaces =
		{
		INTERFACE_INFO
			{
			interface_uid = 0x101F7D87;  // need to create this uid in the uid database
			implementations =
				{
				IMPLEMENTATION_INFO
					{
					implementation_uid = 0x101F7DA1;
					version_no = 1;
					display_name = "ExampleRecognizer";
					default_data = "";
					opaque_data = "";
					}
				};
			}
		};
	}

⌨️ 快捷键说明

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