📄 10009db2.rss
字号:
// 10009DB1.RSS
//
// Copyright (c) 1997-2001 Symbian Ltd. All rights reserved.
//
// Registry file for the Example Interface Implementation Collection
#include "RegistryInfo.rh"
// Declares info for two implementations
RESOURCE REGISTRY_INFO theInfo
{
// UID for the DLL
dll_uid = 0x10009DB2;
// Declare array of interface info
interfaces =
{
INTERFACE_INFO
{
// UID of interface that is implemente
interface_uid = 0x101F4D3B ;
implementations =
{
// Info for our implementation
IMPLEMENTATION_INFO
{
implementation_uid = 0x10009DC5;
version_no = 1;
display_name = "TM Example DM Adapter";
default_data = "";
opaque_data = "";
}
};
}
};
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -