create.hrh

来自「symbian 可在收件箱生成5000字超长短信!」· HRH 代码 · 共 15 行

HRH
15
字号
/* Copyright (c) 2008, Nokia. All rights reserved */

#ifndef __CREATE_HRH__
#define __CREATE_HRH__

// Create enumerate command codes
enum TCreateIds
    {
    ECreateCommand1 = 0x6000  // ensure they do not coincide with predefined commands
    // add further enumerations here
    };


#endif // __CREATE_HRH__

⌨️ 快捷键说明

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