資源簡介
可以用這個類來編寫微信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); //發送圖片

代碼片段和文件信息
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????49102??2018-09-11?12:41??weixin.rar
-----------?---------??----------?-----??----
?????文件???????49102??2018-09-11?12:41??weixin.rar
- 上一篇:地圖匹配算法的研究與實現
- 下一篇:LMP91000中文資料
評論
共有 條評論