ldmti_12.hrh
来自「自己做的一个练习的小例子」· HRH 代码 · 共 18 行
HRH
18 行
/* Copyright (c) 2008, Nokia. All rights reserved */
#ifndef __LDMTI_12_HRH__
#define __LDMTI_12_HRH__
// LDMTI_12 enumerate command codes
enum TLDMTI_12Ids
{
ELDMTI_12Command1 = 0x6000,
ELDMTI_12Command2,
ELDMTI_12Command3
// ensure they do not coincide with predefined commands
// add further enumerations here
};
#endif // __LDMTI_12_HRH__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?