如何获取由shellexecute函数调用的exe的返回值.
ShellExecute(NULL, NULL, TEXT ( ".\\dpinstx86.exe" ), NULL, NULL, SW_SHOWNORMAL);
在上面的例子中,我想要"dpinstx86.exe"的返回值.
c c++ api winapi shellexecute
api ×1
c ×1
c++ ×1
shellexecute ×1
winapi ×1