SendEmotion.h 200 字节
Newer Older
L
ljc545w 已提交
1 2 3 4 5 6 7 8
#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