Click to See Complete Forum and Search --> : Processes arguments


ereun
October 25th, 2003, 03:52 AM
Hi,

I need to know the parameters passed to a process which is already running. żDoes Windows register that information anywhere?

Thank you

Waldo2k2
November 6th, 2003, 12:46 AM
depends one what kind of parameters, and what kind of program.

If it's window metrics data (windows size, position) then windows would register that...but if you're talking about things like :
format /q
/q being the argument, the program tracks and uses that, nothing is to be said about parameters to a process there. This requires some advanced winapi programming. Google it.