svexservice.rh
来自「演示如何使用的symbian v9服务器应用框架」· RH 代码 · 共 17 行
RH
17 行
// Copyright (c) 2006 Murray Read, All rights reserved
#ifndef SVEXSERVICE_RH
#define SVEXSERVICE_RH
#include <SvexService.hrh>
// The structure that all registrations of the Service Info Service
// must provide.
STRUCT SVEX_SERVICE
{
LONG id; // The Service ID that this registration matches. 0 == match any.
LTEXT name; // The engineering name of the service, although it could possibly be localised.
}
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?