sms3rd.hrh

来自「symbian s60 3rd sms handle code」· HRH 代码 · 共 30 行

HRH
30
字号
/*
============================================================================
 Name        : SMS3rd.hrh
 Author      : 
 Version     :
 Copyright   : Your copyright notice
 Description : Enumerations used in the application UI
============================================================================
*/

#ifndef __SMS3RD_HRH__
#define __SMS3RD_HRH__

// SMS3rd enumerate command codes
enum TSMS3rdIds
    {
    ESMS3rdCommand1 = 1, // start value must not be 0
    ESMS3rdCommand2
    };

// These enumerations are declared here since they are used 
// also in the .rss file.
enum TSmsConstants
    { 
    EMaxTelephoneNumberLength = 15,		// max telephone number length
    EMaxMessageLength = 160				// max SMS message length (standard)
    };

#endif // __SMS3RD_HRH__

⌨️ 快捷键说明

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