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

📄 tmexampledmadapter.rss

📁 The Software cannot constitute the primary value of any new software derived from or incorporating
💻 RSS
字号:
// tmexampledmadapter.RSS
//
// Copyright (c) 2006 Forum Nokia.  All rights reserved.
//
// Registry file for the Example Interface Implementation Collection

#include <RegistryInfoV2.rh>

// Declares info for two implementations
RESOURCE REGISTRY_INFO theInfo
	{
	// Defined in RegistryInfoV2.rh:
	resource_format_version = RESOURCE_FORMAT_VERSION_2;
	// UID for the DLL
	dll_uid = 0xE0009DB2;
	// Declare array of interface info
	interfaces = 
		{
		INTERFACE_INFO
			{
			// UID of the interface that is being implemented, 
			// KSmlDMInterfaceUid in smldmadapter.h. However, .h files 
			// should NOT be included in resource files, which is why
			// we write out the constant here.
			interface_uid = 0x102018B4;
			implementations = 
				{
				// Info for our implementation
				IMPLEMENTATION_INFO
					{
					implementation_uid = 0x10009DC5;
					version_no = 1;
					display_name = "TM Example DM Adapter";
					default_data = "";
					opaque_data = "";
					rom_only = 0;
					}
				};
			}
		};
	}

⌨️ 快捷键说明

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