360zzcm / sawbuck

Automatically exported from code.google.com/p/sawbuck
0 stars 0 forks source link

GetClientInfo Failed under xp #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The latest version, at agent_logger_rpc_impl.cc

get the process id, xp does not support RpcServerInqCallAttributes, instead of 
using I_RpcBindingInqLocalClientPID.

Original issue reported on code.google.com by s...@conew.com on 27 Mar 2014 at 2:11

Attachments:

GoogleCodeExporter commented 9 years ago
According to the MSDN documentation of RpcServerInqCallAttributes this function 
is available since XP 
(http://msdn.microsoft.com/en-us/library/windows/desktop/aa378434(v=vs.85).aspx)
. What problem are you encountering ? I'll try the logger under XP tomorrow.

Original comment by sebmarchand@chromium.org on 27 Mar 2014 at 3:38

GoogleCodeExporter commented 9 years ago
RPC_CALL_ATTRIBUTES_V2  minimum supported vista 

 the api return invaild parameters under xp

http://msdn.microsoft.com/en-us/library/windows/desktop/aa378501(v=vs.85).aspx

Original comment by s...@conew.com on 27 Mar 2014 at 4:34

GoogleCodeExporter commented 9 years ago
Thanks ! I've addressed this in https://codereview.appspot.com/81280044/

Original comment by sebmarch...@google.com on 27 Mar 2014 at 8:05

GoogleCodeExporter commented 9 years ago

Original comment by sebmarchand@chromium.org on 27 Mar 2014 at 8:57