helloworldbasic.hrh

来自「使用carbide.c++开发的基于symbian 3rd的操作系统的短信删除软」· HRH 代码 · 共 26 行

HRH
26
字号
/*
* ==============================================================================
*  Name        : helloworldbasic.hrh
*  Part of     : Helloworldbasic
*  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.
* ==============================================================================
*/

#ifndef __HELLOWORLDBASIC_HRH__
#define __HELLOWORLDBASIC_HRH__

// HelloWorldBasic enumerate command codes
enum THelloWorldBasicIds
    {
    EHelloWorldBasicCommand2= 0x6001, // start value must not be 0
    EHelloWorldBasicCommand3
    };

#endif // __HELLOWORLDBASIC_HRH__

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?