1 Star 0 Fork 1

陈奇/ComWeChatRobot

forked from Janisa/ComWeChatRobot 
Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
SendEmotion.h 200 Bytes
Copy Edit Raw Blame History
Jack Li authored 2022-11-02 20:11 +08:00 . 添加新的支持
#pragma once
#include <windows.h>
BOOL __stdcall SendEmotion(wchar_t *wxid, wchar_t *img_path);
#ifndef USE_SOCKET
extern "C" __declspec(dllexport) BOOL SendEmotionRemote(LPVOID lparameter);
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/chen_q_i/ComWeChatRobot.git
git@gitee.com:chen_q_i/ComWeChatRobot.git
chen_q_i
ComWeChatRobot
ComWeChatRobot
master

Search