在 Delphi 10.2 中,我使用ShellExecute带有 6 个参数的 API 函数
(http://kbyte.ru/ru/Programming/Guides.aspx?id=193&mode=show)
,但我遇到了相同的ShellExecuteAPI 函数,但有 5 个参数
(https: //autoit-script.ru/autoit3_docs/functions/ShellExecute.htm )
这是一个什么样的功能?两个 API 都像
在 Delphi 10.2 中,我使用ShellExecute带有 6 个参数的 API 函数
(http://kbyte.ru/ru/Programming/Guides.aspx?id=193&mode=show)
,但我遇到了相同的ShellExecuteAPI 函数,但有 5 个参数
(https: //autoit-script.ru/autoit3_docs/functions/ShellExecute.htm )
这是一个什么样的功能?两个 API 都像
第二个链接是 autoit 的包装函数,它
ShellExecute从 WinAPI 调用一个函数并将参数传递给它(全部 6 个)。并且由于这是一个包装器,因此可以在其中省略一些参数,而第一个参数则完全不存在。该功能的描述应该在制造商网站上的码头中查看,而不是魔鬼所在: