Tech Support > Microsoft Windows > Drivers > Troubles with intercepting "application name" parameter of CreateProcessWithLogonW function.
Troubles with intercepting "application name" parameter of CreateProcessWithLogonW function.
Posted by Ilya Rabinovich on August 19th, 2006


Hi everybody!

I need intercept application's name parameter with
CreateProcessWithLogonW function at driver level into WinXP. It uses
LPC for transferring information ZwRequestWaitReplyPort
(ZwReplyWaitReceivePortEx at server's (svchost) side), but I don't see
"application name" parameter within all the packets transferred. Where
is it and how I could intercept it at driver level? I'm in trouble...