svexservice.hrh
来自「演示如何使用的symbian v9服务器应用框架」· HRH 代码 · 共 16 行
HRH
16 行
// Copyright (c) 2006 Murray Read, All rights reserved
#ifndef SVEXSERVICE_HRH
#define SVEXSERVICE_HRH
// The UID for the Service Info Service.
// Each service must have a UID, as that matches up the client
// and server side interfaces.
#define KSvexServiceInfoServiceUid 0xA0000549
// a menu command for "Open"
#define KSvexCmdIdOpen 0x1201
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?