Hi All,
When I try to create a process using CreateProcessAsuser() from a service, I am getting GetLastError() as 1813. (The specified resource type cannot be found in the image file. ERROR_RESOURCE_TYPE_NOT_FOUND "). But the return code is coming a True and process also initiated. But why GetLastError() is coming as 1813.

Please let me know if anyone have idea about this error even the API call returning success.
Regards
Sreeni