101fa9c2.rss

来自「symbian EasyDgm源程序。 symbian 源程序。」· RSS 代码 · 共 30 行

RSS
30
字号
// 101FA9C2.RSS
//
// Copyright (c) 2003 Symbian Ltd.  All rights reserved.
//
// 

#include "RegistryInfo.rh"

RESOURCE REGISTRY_INFO theInfo
{
dll_uid = 0x101FA9C2;	// SMSDatagramService.dll UID
interfaces =
    {
    INTERFACE_INFO
        {
        interface_uid = 0x101FA9C1;	// DatagramService ECOM Interface UID
        implementations =
            {
            IMPLEMENTATION_INFO
                {
                implementation_uid = 0x101FA9C3;	// SMSDatagramService ECOM Interface UID
                version_no = 1;
                display_name = "SMS Datagram Service";
                default_data = "";
                opaque_data = "";
                }
            };
        }
    };
}

⌨️ 快捷键说明

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