Delphi和CreateProcessAsUser的例子?
有谁有如何在 Delphi 中使用 CreateProcessAsUser 的示例吗?我使用的是 Delphi 2009,而不是 .NET Delphi。
Does anyone have an example of how to use CreateProcessAsUser in Delphi? I'm using Delphi 2009, not the .NET Delphi.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 JclMiscel 单元中的 CreateProcAsUser delphi-jedi.org/" rel="nofollow noreferrer">JCL 库
您可以使用它作为更简单的解决方案,或者您检查代码以了解原始代码的工作原理。
Look at CreateProcAsUser in JclMiscel unit from JCL library
You can use it as easier solution, or you on inspect the code to get how the original one works.
作为一个 Win32 API 函数, CreateProcessAsUser 的作用是所有语言都以同样的方式。
您是否尝试过 Google 代码搜索< /a>?其中一个匹配项是 这个。
Being a Win32 API function, CreateProcessAsUser works the same way in all languages.
Have you tried Google Code Search? One of the matches is this one.