hi,
I have one query that create process funcion retuns bool value.
And i want to know the exit code of my exe which i ran through create process function.
EX.
int main()
{
return 5;
}
this exe is returning 5. I ran that exe by createprocess but GetExitCodeProcess function is returning 0.