文件名称:CWeixin 类,可以做微信PC客户端
文件大小:48KB
文件格式:RAR
更新时间:2016-03-24 08:38:05
微信PC客户端 微信电脑能版 CWeixin
可以用这个类来编写微信PC客户端,完成微信消息收发。 void Attach(HWND hWnd); //设置关联窗口 HGLOBAL GetQRCode(); //得到登录二维码(内存) BOOL GetQRCode(LPCTSTR lpszPath); //得到登录二维码(文件) void GotoScan(); //准备扫描 BOOL QueryContacts(); //请求联系人列表 int GetContanctsCount(); //得到联系人数量 CString GetContanctAt(int nIndex); //得到指定联系人 BOOL SendMsg(LPCTSTR lpszContact, LPCTSTR lpszMsg); //发送文本 BOOL SendImg(LPCTSTR lpszContact, LPCTSTR lpszFilePath); //发送图片
【文件预览】:
weixin_demo.rar
weixin_app.rar
weixin_src.rar