Hi,
I am trying to create a process with the API: CreateProcessWithLogonW. The
process (say, CMD.EXE) which gets created doesnt have the environment
variables which I have explicitly passed into it as the parameter. The same
environment block works for CreateProcessAsUser, but doesnt give me the same
results when used with CreateProcessWithLogonW(). The difference in the list
of the environment variables could be seen using the "set" command in the
command prompts that I am creating using the APIs.
I am looking for a quick reply. I really would appreciate any help regarding
this.
Many thanks in advance,
Ashish
Archived from group: microsoft>public>vb>winapi