a00001ec.rss
来自「an example for sip for symbian」· RSS 代码 · 共 42 行
RSS
42 行
/*
* ==============================================================================
* Name : A00001EC.rss
* Part of : SIPEx
* Interface :
* Description :
* Version :
*
* Copyright (c) 2005-2006 Nokia Corporation.
* This material, including documentation and any related
* computer programs, is protected by copyright controlled by
* Nokia Corporation.
* ==============================================================================
*/
#include <RegistryInfo.rh>
RESOURCE REGISTRY_INFO theInfo
{
// UID for the DLL
dll_uid = 0xA00001EC;
// Declare array of interface info
interfaces =
{
INTERFACE_INFO
{
// UID of interface that is implemented
interface_uid = 0x102010DD;
implementations =
{
IMPLEMENTATION_INFO
{
implementation_uid = 0xA00001EC;
version_no = 1;
// SIPEx UID: Must match to the one SIPEx passes to CSIP::NewL.
default_data = "A00001EB";
}
};
}
};
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?