⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 e8000002.rss

📁 Symbain mobile code 手机应用程序源代码--程序结构方面
💻 RSS
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -