rpcrt4: add a stub for I_RpcBindingInqLocalClientPID

Austin English austinenglish at gmail.com
Mon Feb 9 23:08:58 CST 2015


On Mon, Feb 9, 2015 at 12:05 AM, Dmitry Timoshkov <dmitry at baikal.ru> wrote:

> 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.
>

Thanks for the review and catching that, will resend.

-- 
-Austin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20150209/d493a124/attachment.html>


More information about the wine-devel mailing list