相关疑难解决方法(0)

如何获取ShellExecute调用的exe的返回值

如何获取由shellexecute函数调用的exe的返回值.

ShellExecute(NULL, NULL, TEXT ( ".\\dpinstx86.exe" ), NULL, NULL, SW_SHOWNORMAL);
Run Code Online (Sandbox Code Playgroud)

在上面的例子中,我想要"dpinstx86.exe"的返回值.

c c++ api winapi shellexecute

14
推荐指数
1
解决办法
2万
查看次数

标签 统计

api ×1

c ×1

c++ ×1

shellexecute ×1

winapi ×1