This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I'm using microsoft's CreateProcessWithLogonW function to run a program as a specific user. In almost all of our test scenario's everything is great. Our code is similar to the example on microsoft's page. The problem arises on windows vista. We create an environment block using: CreateEnvironmentBlock(&lpvEnv, hToken, TRUE) we then [...] read more
We are facing the following issue: The architecture is as follows: A c++ native client application is connected to a native c++ server application via pipe RPC based on a IDL file. I'm not particular savvy in this domain and havent coded the relevant parts but it works since a [...] read more