Hello,
big problem:
on an users system my app's call to CreateProcess failed with ERROR_ACCESS_DENIED.
What are possible reasons?!
I have no idea.
My call:
thx.
Ralf
big problem:
on an users system my app's call to CreateProcess failed with ERROR_ACCESS_DENIED.
What are possible reasons?!
I have no idea.
My call:
Code:
CreateProcess(NULL,buffy,NULL,NULL,FALSE,0,NULL,NULL,&si,&pi);
Ralf