callstatus.hrh
来自「This source code describe how to auto st」· HRH 代码 · 共 19 行
HRH
19 行
/* ====================================================================
* File: CallStatus.hrh
* Created: 09/06/07
* Author:
* Copyright (c): , All rights reserved
* ==================================================================== */
#ifndef __CallStatus_HRH__
#define __CallStatus_HRH__
/** CallStatus enumerate command codes */
enum TCallStatusIds
{
ECallStatusCommand1 = 1 // start value must not be 0
};
#endif // __CallStatus_HRH__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?