?? sendasexample.hrh
字號:
/**
*
* @brief Constants file for the SendAs Example
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
#ifndef SENDASEXAMPLE_HRH
#define SENDASEXAMPLE_HRH
enum TSendAsExampleCommandIds
{
ESendAsExampleCmdDummy = 0,
ESendAsExampleCmdSend = 1,
ESendAsExampleCmdMtmBase = 10
};
enum TSendAsExampleMaxAddressLength
{
ESendAsExampleMaxAddressLength = 64
};
#endif // SENDASEXAMPLE_HRH
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -