Re: [PATCH v4 0/1] MR2305: rpcrt4: Pass the binding handle to server call function.
On Wed Mar 1 08:51:53 2023 +0000, Zhiyi Zhang wrote:
Make sure you pass the tests on the TestBots at https://testbot.winehq.org/Submit.pl first. If you have other tests failing only locally, you can comment them out for the time being. I tried to add a test for this change, but it's too complex for me. I tested my change with the project: https://github.com/ivellioscolin/NCALRPC_example The project 'NCALRPC_example' using explicit binding handle, and the handle is always 0 in server functions. I add some code in function 'RPCGet' in the file NCALRPC_example\Server\RPCServerImpl.cpp: ` DWORD pid; I_RpcBindingInqLocalClientPID(hBinding, &pid); pData->outSize = pid; `
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2305#note_28607
participants (1)
-
Yeshun Ye (@yeyeshun)