ahk中如何调用CreateProcessW?

问题描述 投票:0回答:0

我想用 DllCall 调用 ahk 中的 windows 函数 CreateProcessW。

在ahk的帮助文件中的DllCall函数中,它没有谈到如何用指针填充结构,并且在security attributes struct中需要它。

我试着用这段代码省略参数

DllCall("CreateProcessW", "WStr", "notepad.exe")
但它什么也没做。

winapi autohotkey
© www.soinside.com 2019 - 2024. All rights reserved.