101ff1ec.rss
来自「symbian的S60平台上文件处理的例子」· RSS 代码 · 共 27 行
RSS
27 行
#include <RegistryInfo.rh>
RESOURCE REGISTRY_INFO r_registry
{
dll_uid = 0x101FF1ec; // should match name of this file
interfaces =
{
INTERFACE_INFO
{
interface_uid = 0x101F7D87; // const for all Data Recognizers
implementations =
{
IMPLEMENTATION_INFO
{
implementation_uid = 0x101FF1ed; // unique implementation uid
version_no = 1;
display_name = "RecognizerEx";
default_data = "";
opaque_data = "";
}
};
}
};
}
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?