找回密码
 加入
搜索
查看: 1468|回复: 1

关于Fetion dll寻求帮助

[复制链接]
发表于 2009-1-31 22:27:49 | 显示全部楼层 |阅读模式
刚开始学习DllCall
提示信息
/**http://www.libfetion.cn/bbs/forum.php?mod=viewthread&tid=1247&extra=page%3D1
  * \fn int fx_send_sms_to_self(const char *message, EventListener func,void *args)
  * \brief send sms to self.
  *
  * \param message The content which you want to send.
  *
  * \param func The send sms operate's callback function's address, and the operate result will pass to this function.
  * \sa EventListener
  *
  * \param args The send_sms operate's callback function's args.
  *
  * \return 0 if send sms fail immediately, or can get the result from to callback_send_sms func.
*/
int fx_send_sms_to_self(const char *message, EventListener func,void *args);
发送短信到自己手机上.

如果我想将"aaaa"发送到自己的手机
使用DllCall ( "libfx.dll", "return type", "function" [, "type1", param1 [, "type n", param n]] )
怎样编写?
发表于 2009-1-31 22:55:05 | 显示全部楼层
关注此贴,up
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-9-23 07:27 , Processed in 0.072701 second(s), 23 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表