我正在使用 ShellExecuteEx 运行外部应用程序: SHELLEXECUTEINFO shExInfo = { 0 }; shExInfo.cbSize = sizeof(shExInfo); shExInfo.fMask = SEE_MASK_NOCLOSEPROCESS ...
確定! 回上一頁