gpt4 book ai didi

c - 在 CreateProcess 中使用 STARTUPINFOEX

转载 作者:太空宇宙 更新时间:2023-11-04 06:44:30 24 4
gpt4 key购买 nike

我在很多地方看到我们可以在 CreateProcess 函数中使用 startupinfoex 结构。但是当我检查签名时只允许 startupinfo 结构。任何人都可以提供一个片段,说明如何将 startupinfoex 与 createprocess 函数一起使用。提前致谢....

最佳答案

您需要将 STARTUPINFOEX* 转换为 STARTUPINFO*

确保将 EXTENDED_STARTUPINFO_PRESENT 标志传递给 dwCreationFlags 并将 StartupInfo.cb 成员设置为 sizeof(STARTUPINFOEX).

关于c - 在 CreateProcess 中使用 STARTUPINFOEX,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2734332/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com