rpcrt4: add a stub for I_RpcBindingInqLocalClientPID

Dmitry Timoshkov dmitry at baikal.ru
Mon Feb 9 00:05:54 CST 2015


Austin English <austinenglish at 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.



More information about the wine-devel mailing list