Impl accept new friend application
This commit is contained in:
+2
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user