Impl accept new friend application

This commit is contained in:
Changhua
2022-08-21 08:45:16 +08:00
parent 1fb486ea62
commit 3fd3e589e7
14 changed files with 126 additions and 17 deletions
+2 -1
View File
@@ -65,7 +65,8 @@ interface ISpy
int GetDbTables([ in, string ] const wchar_t *db, [out] int *pNum, [ out, size_is(, *pNum) ] PPRpcTables *tbls);
int ExecDbQuery([ in, string ] const wchar_t *db,
[ in, string ] const wchar_t *sql, [out] int *pRow, [out] int *pCol,
[ out, size_is(, *pRow, *pCol) ] PPPRpcSqlResult *ret);
[ out, size_is(, *pRow, *pCol) ] PPPRpcSqlResult *ret);
BOOL AcceptNewFriend([in, string] const wchar_t *v3, [in, string] const wchar_t *v4);
void EnableReceiveMsg();
void DisableReceiveMsg();