send_chinese_sms

所属分类:手机短信编程
开发工具:Visual C++
文件大小:6KB
下载次数:13
上传日期:2010-11-26 21:12:42
上 传 者王会臣
说明:  发送中文短信息的源码类,有调用方法的说明。
(Send a short message in Chinese source category, there are description of the method call.)

文件列表:
SMSEngine.cpp (16206, 2006-06-08)
SMSEngine.h (2554, 2006-06-08)

void CSMSAppUi::SendSMSL(const TDesC& aAddress,const TDesC& aMessage) { iSMSEngine->CreateSMSMessageL( aAddress, aMessage ); // Validate it before sending if ( iSMSEngine->ValidateCreatedSMS() ) iSMSEngine->SendSMSL(); }

近期下载者

相关文件


收藏者