helloworldbasic.hrh

来自「Explaining how to retrive the caller num」· HRH 代码 · 共 12 行

HRH
12
字号
/* Copyright (c) 2004, Nokia. All rights reserved */

#ifndef __HELLOWORLDBASIC_HRH__
#define __HELLOWORLDBASIC_HRH__

// HelloWorldBasic enumerate command codes
enum THelloWorldBasicIds
    {
    EHelloWorldBasicCommand1 = 1  // start value must not be 0
    };

#endif // __HELLOWORLDBASIC_HRH__

⌨️ 快捷键说明

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