On Mon, Feb 9, 2015 at 12:05 AM, Dmitry Timoshkov dmitry@baikal.ru wrote:
Austin English austinenglish@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.