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

📄 basictypes_reg.rss

📁 Symbian console application
💻 RSS
字号:
/*
============================================================================
 Name		: basictypes_reg.rss
 Author	  : NVQ
 Copyright   : Your copyright notice
 Description : Application registration resource for real device
 Created: 18-Feb-2009
 Last modified: 18-Feb-2009
============================================================================
*/

#include "basictypes.hrh"       
#include "basictypes.rls"
#include <appinfo.rh>
#include <basictypes_0xE4C2B7D2.rsg>

UID2  KUidAppRegistrationResourceFile    // Defined to 0x101f8021 in epoc32/include/apprinfo.h
UID3  _UID3                              // Defined in basictypes.hrh

/*
 * Application resource definitions:  APP_REGISTRATION_INFO see appinfo.rh
 * qtn_loc_resource_file_1 is defined in rls 
 * R_LOCALISABLE_APP_INFO is defined in epoc32/include/basictypes_0xE4C2B7D2.rsg
 * that was generated from basictypes.rss file 
 * KAppNotEmbeddable Defined to 0 in epoc32/include/apprinfo.h
 * KAppDoesNotSupportNewFile Defined to 0 in epoc32/include/apprinfo.h */
RESOURCE APP_REGISTRATION_INFO
	{
	app_file="basictypes_0xE4C2B7D2";
	localisable_resource_file =  qtn_loc_resource_file_1;
	localisable_resource_id = R_LOCALISABLE_APP_INFO;

	embeddability=KAppNotEmbeddable;
	newfile=KAppDoesNotSupportNewFile;
	}

⌨️ 快捷键说明

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