How to get the return value of an exe which is called by shellexecute function.
ShellExecute(NULL, NULL, TEXT ( ".\dpinstx86.exe" ), NULL, NULL, SW_SHOWNORMAL);
In the above example I want the return value of "dpinstx86.exe".
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…