Re: rpcrt4: add a stub for I_RpcBindingInqLocalClientPID
Austin English <austinenglish(a)gmail.com> wrote:
+RPC_STATUS WINAPI I_RpcBindingInqLocalClientPID(RPC_BINDING_HANDLE ClientBinding, unsigned long *ClientPID) +{ + FIXME("%p %p: stub\n", ClientBinding, ClientPID); + return RPC_S_INVALID_BINDING; +}
This can't work under all platforms for obvious reasons. -- Dmitry.
On Mon, Feb 9, 2015 at 12:05 AM, Dmitry Timoshkov <dmitry(a)baikal.ru> wrote:
Austin English <austinenglish(a)gmail.com> wrote:
+RPC_STATUS WINAPI I_RpcBindingInqLocalClientPID(RPC_BINDING_HANDLE ClientBinding, unsigned long *ClientPID) +{ + FIXME("%p %p: stub\n", ClientBinding, ClientPID); + return RPC_S_INVALID_BINDING; +}
This can't work under all platforms for obvious reasons.
-- Dmitry.
Thanks for the review and catching that, will resend. -- -Austin
participants (2)
-
Austin English -
Dmitry Timoshkov