txtviewerservice.rh
来自「最常用的短信息功能实现」· RH 代码 · 共 34 行
RH
34 行
/*
* ============================================================================
* Name : MuiuMsgEditorService.rh
* Part of : MsgAvkon/MUIU
* Description:
* Version :
*
* Copyright (C) 2004 Nokia Corporation.
* This material, including documentation and any related
* computer programs, is protected by copyright controlled by
* Nokia Corporation. All rights are reserved. Copying,
* including reproducing, storing, adapting or translating, any
* or all of this material requires the prior written consent of
* Nokia Corporation. This material also contains confidential
* information which may not be disclosed to others without the
* prior written consent of Nokia Corporation.
*
* ============================================================================
*/
// Service struct for messaging editors/viewer
// Set the mtm id that your application supports in mtm_id
// Set either KMsgServiceView or KMsgServiceEdit in type
// (defined in MuiuMsgEditorServiceConst.h)
#include <MuiuMsgEditorServiceConst.h>
STRUCT MSG_SERVICE_STRUCT
{
LONG mtm_id = 0;
LONG type = 0;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?