svexunknownapp_reg.rss
来自「symbian下读取服务的程序」· RSS 代码 · 共 40 行
RSS
40 行
// Copyright (c) 2006 Murray Read, All rights reserved
#include <appinfo.rh>
#include <SvexUnknownApp.rsg>
#include <SvexService.rh>
UID2 KUidAppRegistrationResourceFile
UID3 0xA000054B
RESOURCE APP_REGISTRATION_INFO
{
app_file = "SvexUnknownApp";
hidden = KAppIsHidden;
localisable_resource_file = "\\Resource\\Apps\\SvexUnknownApp";
localisable_resource_id = R_LOCALISABLE_APP_INFO;
// Here we register ourselves as a server app for a particular
// service.
service_list =
{
SERVICE_INFO
{
// we implement the Service Info Service
uid = KSvexServiceInfoServiceUid;
datatype_list = {};
// here's a link to the detail
opaque_data = r_unknownApp_service_reg;
}
};
}
// The detail of the Service Info Service registration.
// must conform to the SVEX_SERVICE structure.
RESOURCE SVEX_SERVICE r_unknownApp_service_reg
{
id = 0; // no specific service recognised
name = "Unknown";
}
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?