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

📄 101ff1ec.rss

📁 symbian的S60平台上文件处理的例子
💻 RSS
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -