www.pudn.com > xltsm.rar > SendSM.h
#if !defined(__SendSM_H__) #define __SendSM_H__ bool SubmitSM ( const char * lpcszRecvMobile, // 接收方的手机号 const char * lpcszServiceType, // 业务类别 const char * lpcszSendMobile, // 源发方号码 int nFeeType, // 计费类型 (1-免费 2-按条 3-包月) int nFeeValue, // 计费费用(单位:分) int nPriority, // 信息级别(0=最低优先级,1=正常,2=紧急,3=十分紧急) const char * lpcszFeeMobile, // 收费的手机号 int nMsgLen, // 短信长度 char * lpszMsgTxt, // 短信内容 int *pnErrorCode); // 用来取错误码 BOOL ProcDelivery(int nTimeOut); #endif