📄 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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -