WeChatFerry/SDK/rpc_client.h

15 lines
434 B
C
Raw Normal View History

2022-08-07 23:32:25 +08:00
#pragma once
2022-08-07 16:21:28 +08:00
#include "rpc_h.h"
RPC_STATUS RpcConnectServer();
RPC_STATUS RpcDisconnectServer();
unsigned int __stdcall RpcSetTextMsgCb(void *p);
int RpcIsLogin();
int RpcSendTextMsg(const wchar_t *wxid, const wchar_t *at_wxid, const wchar_t *msg);
int RpcSendImageMsg(const wchar_t *wxid, const wchar_t *path);
2022-08-07 20:50:49 +08:00
PPRpcIntBstrPair RpcGetMsgTypes(int *pNum);
PPRpcContact RpcGetContacts(int *pNum);
2022-08-07 23:32:25 +08:00
BSTR *RpcGetDbNames(int *pNum);