
shellexecute在shellapi.h头文件中包含。
注意:虽然shellexecute函数在后续的Windows版本中仍然可用,但Microsoft建议使用更现代的API来执行类似的操作,如CreateProcess函数或IShellItem和IShellItem2接口。

shellexecute在shellapi.h头文件中包含。
注意:虽然shellexecute函数在后续的Windows版本中仍然可用,但Microsoft建议使用更现代的API来执行类似的操作,如CreateProcess函数或IShellItem和IShellItem2接口。