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

📄 10009ee1.rss

📁 ecom symbian os application development
💻 RSS
字号:
// 10009EE1.RSS

// Registry file for the Example Interface Implementation Collection


#include "RegistryInfo.rh"

// Declares info for two implementations
RESOURCE REGISTRY_INFO theInfo
	{
	// UID for the DLL
	dll_uid = 0x10009EE1;
	// Declare array of interface info
	interfaces = 
		{
		INTERFACE_INFO
			{
			// UID of interface that is implemented
			interface_uid = 0x10008EE0;
			implementations = 
				{
				// Info for CHardwareCryptography
				IMPLEMENTATION_INFO
					{
					implementation_uid = 0x10008EE4;
					version_no = 1;
					display_name = "Hardware Cryptography";
					default_data = "HW";
					opaque_data = "";
					},
				// Info for CSoftwareCrypto
				IMPLEMENTATION_INFO
					{
					implementation_uid = 0x10008EE5;
					version_no = 1;
					display_name = "Software Cryptography";
					default_data = "SW";
					opaque_data = "";
					}
				};
			}
		};
	}

⌨️ 快捷键说明

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