I am currently working in vc++ in windows xp environment.
I was trying to execute a WIN API method CreateProcessAsUser() to start another process in side my program with the given user profile but upto windows 2000 the code is running fine but in windows xp it is failing.
I am first creating a handle with logonUser(), then using createprocessAsUser() method, even ready made code is available in MSDN and even on net. But this method is getting error 1314 when i checked with GetLastError().
Any body know about this please help me.
please do mail me at
harinath@epals.com
cheers
harinath

